Skip to content
Snippets Groups Projects
Commit 0885737b authored by Nam Dao's avatar Nam Dao
Browse files

[FIX] discuss: error breadcrumb


Before this commit
When discuss is the final state, the system will not change the browser url.

After this commit:
Browser url will be correct when using breadcrumb

closes odoo/odoo#92477

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 90740f61
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ const DiscussWidget = AbstractAction.extend({
'o-update-control-panel',
this._updateControlPanelEventListener
);
this._lastPushStateActiveThread = null;
},
//--------------------------------------------------------------------------
......
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