Project

General

Profile

Bug #77673

Updated by Gleb Levitin over 7 years ago

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... 

 2. Save the content element 
 * *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... 


  

 3. Save Content Element once more 
 * *The displayed content ID:* 2516 
 * *Browser-URL:* https://myhost.dev/typo3/index.php?route=/record/edit&token=d9384c66984433444278976106be63717ee63897&edit[tt_content][2516]=edit...  


Back