-
- Downloads
[FIX] web: select all feature now works as intended
Steps to follow
- Go to the variant tab of a product
- Add an attribute and click search more
- Select the checkbox at the top to select all records from the current page
- Click on Select all
- Click on Select
-> Only the records from the first page are added
Cause of the issue
`getSelectedRecords` doesn't return the record from all pages
but only from the current one
Solution
If the domain is selected, use all the records
opw-2586877
closes odoo/odoo#76165
Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
Showing
- addons/web/static/src/js/views/list/list_controller.js 24 additions, 18 deletionsaddons/web/static/src/js/views/list/list_controller.js
- addons/web/static/src/js/views/view_dialogs.js 3 additions, 8 deletionsaddons/web/static/src/js/views/view_dialogs.js
- addons/web/static/tests/views/view_dialogs_tests.js 34 additions, 0 deletionsaddons/web/static/tests/views/view_dialogs_tests.js
Loading
Please register or sign in to comment