Daily updates from Odoo
Wednesday, October 24, 2018
1 change · master
Resolved issues and error corrections
The subscription form in the web enterprise interface now keeps its intended inline layout when opened or closed. This prevents the form from appearing misaligned, improving the visual consistency of the page for users.
Original PR description
We use jQuery's slideToggle method to toggle the subsription form, which applies 'display: block;' attr to the form to display it. It conflicts with bootstrap4 which uses flex to display inline form, and so design is ruined. This commit fixes the issue by wrapping the form inside a div which will be toggled using jQuery, thus retaining the original properties / look of bs4 form. task: https://www.odoo.com/web#id=1890073&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.e2ba7b781023b0231c735cb7505ea138 Task : 1890073