Skip to content
Snippets Groups Projects
Commit 44b59d10 authored by Philémon van Helden's avatar Philémon van Helden Committed by Nicolas Lempereur
Browse files

[FIX] web: no error on single active_ids state load


In eg. 13.0 when refreshing sales analysis action of a product, we would
get an error because we have a single active_ids which is not expected
by the code.

With this commit, we use .toString() on the jQuery BBQ parsed active_ids
as it was done before 32b8cec5 refactoring (january 2018).

The added test with the fix fails with an error:

  TypeError: state.active_ids.split is not a function
  at Class.loadState (/web/static/src/js/chrome/action_manager_act_window.js)

opw-2471982

closes odoo/odoo#70279

X-original-commit: bf9a985f
Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
Signed-off-by: default avatarpvh-odoo <SwagSamaSempai@users.noreply.github.com>
Co-authored-by: default avatarNicolas Lempereur <nle@odoo.com>
parent b55f843e
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