Actions
Bug #77673
closedURL parameters are updated only after the second saving of content element
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2016-08-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
After initial saving of content element the URL-Parameters are not updated. This phenomenon makes it difficult to work for example with embedded wizards, when the current request uri must be forwarded to another script.
1. Open content Element Wizard and choose any content element- The displayed content ID: NEW
- Browser-URL: https://myhost.dev/typo3/index.php?route=/record/edit&token=d9384c66984433444278976106be63717ee63897&edit[tt_content]806=new...
- The displayed content ID: 2516
- Browser-URL: https://myhost.dev/typo3/index.php?route=/record/edit&token=d9384c66984433444278976106be63717ee63897&edit[tt_content]806=new...
SOLL ZUSTAND:https://myhost.dev/typo3/index.php?route=/record/edit&token=d9384c66984433444278976106be63717ee63897&edit[tt_content]806=new...
https://myhost.dev/typo3/index.php?route=/record/edit&token=d9384c66984433444278976106be63717ee63897&edit[tt_content]2516=edit...
- The displayed content ID: 2516
- Browser-URL: https://myhost.dev/typo3/index.php?route=/record/edit&token=d9384c66984433444278976106be63717ee63897&edit[tt_content]2516=edit...
Updated by Georg Ringer 5 months ago
- Status changed from New to Resolved
in the meantime this has been solved during the routing changes in 11,12,13
new url:
https://t3-master.ddev.site/typo3/record/edit?edit%5Btt_content%5D%5B269%5D=new
and after save
https://t3-master.ddev.site/typo3/record/edit?edit%5Btt_content%5D%5B84%5D=edit
Actions