Skip to content
Snippets Groups Projects
Commit 822933a0 authored by Lopes Marc (loma)'s avatar Lopes Marc (loma)
Browse files

[FIX] website_forum: allow new user to see own pending post


How to reproduce the bug:
------------------------

- Create a new user
- Log in as that user
- Go to a forum that don't require karma to ask a question.
- Create a new post
- On validation, you'll end up on a 404 page.

If we use the portal user instead, we see the post with a banner explaining
it has to be validated. This should be the result here too.

Specifications:
--------------

- When new users (karma = 0) create a post, redirect them to the page
relating to their question.

task-3372016

closes odoo/odoo#128382

Signed-off-by: default avatarStéphane Debauche (std) <std@odoo.com>
parent be0b61cb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment