Tuesday, February 27, 2024
2 changes
1 change
Enhancements to existing features
The Knowledge editor now shows a clearer tooltip for the article command. This helps avoid confusion by preventing the article command from appearing alongside the link command in the same context.
Original PR description
This commit updates the article command's tooltip. This update enables this command to not be shown at the same time as the link command. task-3756605
1 change
Enhancements to existing features
The web interface's dropdown component has been improved to make it easier for developers to customize specific parts of its behavior. Instead of having to rewrite an entire function, developers can now override just the specific piece they need to modify, reducing complexity and maintenance effort.
Original PR description
With this commit, overriding the `onWindowClick` function from `dropdown.js` becomes much simpler. Previously, it necessitated overriding the entire function, but now it can be done with minimal effort by just overriding this specific part. task-3717014 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154315