-
- Downloads
[FIX] web: list multi edit: prevent force save
Have a list with multi_edit enabled Have a widget boolean_toggle displayed on some field Select some records to be in multi edit mode Before this commit, the record on which the boolean toggle button was clicked was written and then the multi edit feature was triggered and wrote on all the records The first write is unnecessary and counter intuitive After this commit, only the write with all the multi edited records is done
Showing
- addons/web/static/src/js/views/basic/basic_controller.js 1 addition, 1 deletionaddons/web/static/src/js/views/basic/basic_controller.js
- addons/web/static/src/js/views/list/list_controller.js 3 additions, 0 deletionsaddons/web/static/src/js/views/list/list_controller.js
- addons/web/static/tests/views/list_tests.js 38 additions, 0 deletionsaddons/web/static/tests/views/list_tests.js
Loading
Please register or sign in to comment