Bug #72786
closedFAL "Save document and create a new one" leads to error message
100%
Description
Uncaught TYPO3 Exception #1392926871: I could not find a valid file identifier
This button shouldn't be visible in the filelist view (edit mode) because it doesn't make any sense at that point (we can't create new files here this way).
Files
Updated by Wouter Wolters almost 9 years ago
- Status changed from New to Needs Feedback
Can you add a screenshot were you see this button?
Updated by Tabea David almost 9 years ago
- File save-and-create.png save-and-create.png added
File > Filelist > Edit a file (TYPO3 6.2.17)
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from Needs Feedback to New
Ok, the issue is present on TYPO3 6.2.17 but not on 7.6.x
Steps to reproduce:
filelist > edit the metatadata for the file > the button for "save and create new" is present, but it would create only another metadata record on database... without a file!
On version 7.6 the only available options for save are save & save and close.
Updated by Wouter Wolters almost 9 years ago
Solution that has been merged during 7 development was to add the following UserTSConfig:
options.saveDocNew.sys_file = 0
options.saveDocNew.sys_file_metadata = 0
options.disableDelete.sys_file = 1
Updated by Tabea David almost 9 years ago
Thanks a lot! This solved the problem immediately.
I won't close/resolve this issue because I still think this should be disabled by default.
Updated by Gianluigi Martino almost 9 years ago
- Assignee set to Gianluigi Martino
Updated by Gianluigi Martino almost 9 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review almost 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46120
Updated by Gianluigi Martino almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 842e6dfdbc678ba78e767017f4d4a7e5c4766d00.