Bug #86102
closedDisable OR Enable button "view" while creating new tt_content record
0%
Description
Hello Core-Team,
edit an existing tt_content-record. Click button "New" at top. An empty form appears. At top you will see button "View". Press "New" again. Empty form appears, but button "View" is gone.
Stefan
Updated by Guido Schmechel about 6 years ago
Problem maybe in typo3/sysext/backend/Classes/Controller/EditDocumentController.php makeEditForm()
At the second click there is no valid "$this->editconf"
First "New click"
http://master.local/typo3/index.php?route=%2Frecord%2Fedit&token=ec7678932fc73717cb55ad6f42af36f455a06234&edit[tt_content][217]=edit&returnUrl=%2Ftypo3%2Findex.php%3Froute%3D%252Fweb%252Flayout%252F%26token%3Db0fdfef7c39ed7c3e0f12ba16b4da2a37ecfa6cb%26id%3D55%23element-tt_content-217
Second "New click"
http://master.local/typo3/index.php?route=%2Frecord%2Fedit&token=ec7678932fc73717cb55ad6f42af36f455a06234&edit[tt_content][-217]=new&returnUrl=%2Ftypo3%2Findex.php%3Froute%3D%252Fweb%252Flayout%252F%26token%3Db0fdfef7c39ed7c3e0f12ba16b4da2a37ecfa6cb%26id%3D55%23element-tt_content-217
The difference is between the vanillaUid (217 and -217)
Updated by Susanne Moog about 6 years ago
- Target version changed from 9 LTS to Candidate for patchlevel
Updated by Riccardo De Contardi about 6 years ago
I would suggest to remove the view button until the record has been saved (or disable it)
Updated by Oliver Bartsch about 3 years ago
- Status changed from New to Needs Feedback
Hi, this seems to be resolved with #87721. Since then, the "new" button is not rendered until the new element got saved. Therefore, it's not possible anymore to click => new => new => view.
Could you please check, if this is resolved for you?
Updated by Stefan Froemken about 3 years ago
- Status changed from Needs Feedback to Closed
Yes, it is solved.