-
- Downloads
[FIX] web: highlight clickable pivot cells on hover
After a recent reorganization of the web client's components tree, the
class 'o_enable_linking' was added on the wrong element. This made the
css rule responsible of the highlighting of the clickable pivot cells
impossible to satisfy.
This commit fixes the issue by adding the class directly in the template
'PivotView'.
Additionally, this commit also makes visually clear when a field
selection menu-items is disabled (because it is already used) using
a 'not-allowed' cursor (which was removed in bs4). It is now again
possible to open a list view by clicking on a cell with zero value
(like in Odoo 11).
task-1916889
closes odoo/odoo#34165
Signed-off-by:
VincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
Showing
- addons/web/static/src/js/views/pivot/pivot_controller.js 0 additions, 1 deletionaddons/web/static/src/js/views/pivot/pivot_controller.js
- addons/web/static/src/js/views/pivot/pivot_renderer.js 1 addition, 1 deletionaddons/web/static/src/js/views/pivot/pivot_renderer.js
- addons/web/static/src/scss/pivot_view.scss 5 additions, 0 deletionsaddons/web/static/src/scss/pivot_view.scss
- addons/web/static/src/xml/base.xml 1 addition, 1 deletionaddons/web/static/src/xml/base.xml
- addons/web/static/tests/views/pivot_tests.js 3 additions, 3 deletionsaddons/web/static/tests/views/pivot_tests.js
Loading
Please register or sign in to comment