Problem/Motivation
While using the "experimental" paragraphs widget, when you "Remove" a paragraph and then click either "Collapse all" or "Edit all", the removed paragraphs is restored.
Proposed resolution
Adjust ParagraphsWidget::changeAllEditModeSubmit so that it does not change the 'mode' of a paragraphs, if it is set to 'remove'.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | stop_collapse_all_and-2896867-7.patch | 2.53 KB | VladimirMarko |
| #7 | interdiff-2896867-3-7.txt | 1.41 KB | VladimirMarko |
| #7 | stop_collapse_all_and-2896867-7-test-only.patch | 1.41 KB | VladimirMarko |
Comments
Comment #2
VladimirMarko commentedComment #3
VladimirMarko commentedFixed the bug. Test coverage still needs to be expanded.
Comment #4
VladimirMarko commentedComment #5
miro_dietikerSo for a regression, we need test coverage.
Comment #6
miro_dietikerThis got off my radar. Raising prio.
Comment #7
VladimirMarko commentedAdded a test.
Comment #9
berdirLooks good to me.
Comment #11
miro_dietikerCommitted, thx.