-
- Downloads
[FIX] web,mrp_subcontracting: list: remove width attribute for button
Before this commit, the `width` attribute was interpreted by a jQuery node generator function as a `style="width"` property and gave an incorrect width value to the affected node. Now, the `width` attribute is automatically plucked in the list renderer in the specific function used to render buttons. Task 2076721 X-original-commit: c67b36c0
Showing
- addons/mrp_subcontracting/views/stock_picking_views.xml 1 addition, 1 deletionaddons/mrp_subcontracting/views/stock_picking_views.xml
- addons/web/static/src/js/views/list/list_renderer.js 3 additions, 1 deletionaddons/web/static/src/js/views/list/list_renderer.js
- addons/web/static/tests/views/list_tests.js 20 additions, 0 deletionsaddons/web/static/tests/views/list_tests.js
Loading
Please register or sign in to comment