odoo/odoo#191915
Created by fw-bot
Merged
at 906ff3ac946f4414df7ac8feb851ad3f4013f8e9
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-16.0-delete-backward-lists-dhba-WC_U-fw
- head
- 42a76e18d6f4b9c41c99fc198f1368a9faaa6c6d
- merged
- 9 months ago by Editor, David Monjoie (dmo)
odoo/odoo | |
---|---|
16.0 | #180687 |
17.0 | #191915 |
saas-17.2 | #192313 |
saas-17.4 | #192329 |
18.0 | #192446 |
saas-18.1 | #194916 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #194930 |
[FW][FIX] web_editor: delete backward on lists
Current behavior before PR:
When multiple types of lists were selected and the deleteBackward operation was performed, the list type remained unchanged.
Desired behavior after PR is merged:
When deleteBackward is pressed with multiple types of lists selected, and all selected content is removed, if the anchor node's list item is empty, that list item type will change to match the type of the list where the deleteBackward operation started.
Forward-Port-Of: #180687