Wednesday, July 13, 2022
1 change · master
Features or functions removed from Odoo
This change removes leftover website editor code that no longer served a useful purpose. Cleaning it up prevents it from interfering with ongoing improvements in the editor while keeping current behavior unchanged.
Original PR description
Commit [1] introduced some lines of code which added/removed the d-none class on the overlay handles in some context. Commit [2] later reviewed that code and removed the addition of the d-none class... but kept the removal part by mistake. It of course did not hurt at the time but now impacts new task being developed in master. [1]: https://github.com/odoo/odoo/commit/9bbe5be3fb0d995374a369851df3641979d8e553 [2]: https://github.com/odoo/odoo/commit/50cb0f3276819e22a6014bdb7895c7cbc0315ca8 Related to task-2825241