-
- Downloads
[FIX] web_editor: update link content on URL change
If a link's content is equivalent to its URL, two problems can arise when its URL is changed via the LinkTools: - The link's content becomes outdated, showing a different URL; - On LinkTools destroy, the OdooEditor mechanism that updates a link's href on label(content) change will update the href according to the old label, effectively reverting the changes in the URL. This commit avoids such issues by syncing the label with the URL input field in such cases. task-3284649 Part-of: odoo/odoo#118676
Please register or sign in to comment