-
- Downloads
[FIX] web: empty kanban view on mobile
Due to the recent refactoring in control panel 40dd1219, some css rules have been broken in mobile. To fix this, we need to set 'o_current' class inside the displayed column because we need to know which one to display in mobile. This issue doesn't occur in desktop because all kanban columns are displayed. closes odoo/odoo#29457
Showing
- addons/web/static/src/js/views/kanban/kanban_renderer_mobile.js 2 additions, 1 deletion.../web/static/src/js/views/kanban/kanban_renderer_mobile.js
- addons/web/static/src/scss/kanban_view_mobile.scss 3 additions, 0 deletionsaddons/web/static/src/scss/kanban_view_mobile.scss
- addons/web/static/tests/views/kanban_mobile_tests.js 5 additions, 1 deletionaddons/web/static/tests/views/kanban_mobile_tests.js
Please register or sign in to comment