Bug #33791
closedBlank page after Save+Close in page settings
100%
Description
We stumbled about the following bug that occurs only when the settings of a page are being edited by opening the settings form via the context menu in the pagetree.
- go to the list module, the content of the list module is shown in the right column (screenshot 1)
- click a page's icon in the pagetree, click the edit link in the context menu
- click "save+close" on the page settings (screenshot 2)
Expected:
The list view is shown in the right column
Current Behaviour:
A blank "page" is shown in the right column instead of the list view that was shown before (screenshot 3)
Side note:
Opening the page settings from the corresponding button on top of the list module's output (screenshot 4) opens the same dialog as in screenshot 2 - and after save+close, the same list view is shown again. That's also the expected behavior of the above mentioned worklow.
Files
Updated by Stefan Galinski almost 12 years ago
- Status changed from New to Accepted
Sounds like the returnUrl parameter is missing...
Updated by Markus Klein almost 12 years ago
Thanks for posting this.
I encountered this issue several times, but wasn't able (didn't take the time) to figure out the steps to reproduce.
Updated by Marcus Biesioroff almost 12 years ago
Maybe this case will help to resolve problem. Just met such scenario with TCA wizard save: returnUrl contains 2000+ of characters and suhosin.get.max_value_length = 512. In effect returnUrl parameter is visible in Firebug's Net tab without any damages however alt_doc.php can't get it so it creates form's action with dummy.php instead of return url.
P.S. Just realized that this doesn't resolve problem with blank page after editing from tree.
Updated by Stefan Galinski almost 12 years ago
Easy one and missing returnUrl like I thought. Patch is on the way to the review system. Please test and vote for it.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9169
Updated by Stefan Galinski almost 12 years ago
- Assignee set to Stefan Galinski
- Target version set to 4.5.12
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9169
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/9828
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9829
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9830
Updated by Stefan Galinski over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2a968b283c2a65aee58e4f6b309928e0ac2b1fc3.
Updated by Riccardo De Contardi about 6 years ago
- Status changed from Resolved to Closed