Bug #88719
closedClose should recognize non-saved record - but fails
0%
Description
After having assigned a target page to a shortcut page, the "Close" button should recognise that there was a change and therefore open a modal offering various editing option ("continue editing", "save and close" ...).
But in this case TYPO3 just closes the page without saving.
This is incoherent behaviour and should be matched to the procedure known from editing content elements.
Example to reproduce:
1. Create a new Shortcut page
2. Create a new nested Standard page
3. Go to the Shortcut and choose "edit page"
4. Assign the new Standard page as target
5 Click "Close"
Expected behaviour:
A modal opens with options how to continue editing
What really happens:
TYPO3 just closes the page with saving and without opening a modal.
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #86611: TYPO3 does not ask, if changed but unsaved "Shortcut Target" should be saved added
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #88875: Modal Page altered not shown everytime added
Updated by Riccardo De Contardi about 5 years ago
- Status changed from New to Needs Feedback
I think that this one has been solved on version 9 and 10
My tests:
Test 1¶
1) Create a new shortcut page
2) Assign as target an existing standard page
3) Click Close instead of Save
Result: the modal window that asks whether the page should be saved appears.
Test 2¶
1) Save the previous shortcut
2) Open the previous shortcut page
3) Select another existing standard page
4) Click Close instead of Save
Result: the modal window that asks whether the page should be saved appears.
Is this sufficient? Am I forgetting something?
Updated by Gone With the Wind about 5 years ago
Just tested in again on a 9.5.10 instance and can confirm that the behaviour is working as expected now.
Thank you!
Updated by Björn Jacob about 5 years ago
- Status changed from Needs Feedback to Closed
Since the issue does not exist anymore, the issue can be closed. Thanks for taking care.