Friday, March 5, 2021
2 changes · master
Enhancements to existing features
When a user deletes a block inside a container, the editor now selects the closest remaining sibling instead of jumping back to the whole container. This makes editing flows smoother and keeps the user focused on nearby content after removing an element.
Original PR description
CONTEXT: Within a container, delete a block which has a sibling. The actual behaviour is to select the container after deletion. The goal of this PR is to select the previous sibling (if exists), or next one. Otherwise the parent element will be selected (default behaviour). task-2431506 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update renames an internal mail notification data table to a clearer, more consistent name. It helps simplify future maintenance of messaging, mailing, and SMS-related features without changing the day-to-day user experience.