Skip to content
Snippets Groups Projects
Commit e7dd314e authored by Hardik Prajapati's avatar Hardik Prajapati
Browse files

[FIX] website_forum: fix forum back button url from backend


Currently, when user open the question from helpdesk ticket and
user clicks on the back button of the forum page,
it redirects the user to the app switcher. It happens because the
back button contains the homepage URL as httprequest.referrer
does not support the fragment url with hash(#).

so this commit fixes the issue by binding the onclick event on the
back button so clicking on the back button redirects the user
to the helpdesk ticket.

task-2602604

closes odoo/odoo#75585

Signed-off-by: default avatarLaurent Stukkens (ltu) <ltu@odoo.com>
parent adeb756f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment