-
- Downloads
[FIX] web: view_manager: restore internal state on switch view failure
When an error occured when switching from a view to another (e.g. switching to a form view for an id that doesn't exist, by editing the url), active_view and view_stack were updated even though the switch failed. The view manager thus lost the reference to the real current active view, which couldn't be detached anymore. This resulted in two views being displayed at the same time if the user kept navigating through this view manager. This is a backport of odoo/enterprise@0b1aafa6b and odoo/enterprise@8e691be.
Please register or sign in to comment