-
- Downloads
[FIX] web: Kanban: deal with `group_create` attribute
This attribute is used to determine one can create a new column in the kanban view. Before this commit, it was always true and not specified in the controller `activeActions` (which was causing a bug where the no content helper was displayed instead of the column quick create). The controller was also always initiated with false so the column was only available after an update.
Showing
- addons/web/static/src/js/views/kanban/kanban_controller.js 22 additions, 10 deletionsaddons/web/static/src/js/views/kanban/kanban_controller.js
- addons/web/static/src/js/views/kanban/kanban_view.js 2 additions, 1 deletionaddons/web/static/src/js/views/kanban/kanban_view.js
- addons/web/static/tests/views/kanban_tests.js 66 additions, 0 deletionsaddons/web/static/tests/views/kanban_tests.js
Loading
Please register or sign in to comment