Daily updates from Odoo
Thursday, June 1, 2023
1 change
Resolved issues and error corrections
Renaming an embedded view in Knowledge now immediately shows the new name without requiring a page reload. This removes a small but visible usability issue caused by a previous breadcrumb change.
Original PR description
Purpose: -------- Commit [1] refactored the breadcrumbs. Since then, renaming an embedded view did not show the new name until the view was reloaded (because the active element has not the same class as before). This commit uses the new class of the active element to update the name of the embedded view. [1]: https://github.com/odoo/odoo/commit/caef16ee4e5351142ef04f02798999ccb38a56bc Task-3329989