-
- Downloads
[FIX] web: pivot correct context after reload
Open a pivot view with default filters automatically activating Disable those filters Change the groupBys on the rows and cols of the pivot Save your result as a favorite filter Before this commit, the filter did not contain the context information for columns groupby Also, the search view did not exploit the context of the new filter as it should be After this commit, the flow works as expected OPW 1913732 closes odoo/odoo#29415
Showing
- addons/web/static/src/js/chrome/search_menus.js 5 additions, 1 deletionaddons/web/static/src/js/chrome/search_menus.js
- addons/web/static/src/js/views/pivot/pivot_model.js 21 additions, 14 deletionsaddons/web/static/src/js/views/pivot/pivot_model.js
- addons/web/static/tests/views/pivot_tests.js 74 additions, 0 deletionsaddons/web/static/tests/views/pivot_tests.js
Loading
Please register or sign in to comment