Bug #72786
closed
FAL "Save document and create a new one" leads to error message
Added by Tabea David almost 9 years ago.
Updated about 6 years ago.
Category:
File Abstraction Layer (FAL)
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
- Status changed from New to Needs Feedback
Can you add a screenshot were you see this button?
File > Filelist > Edit a file (TYPO3 6.2.17)
- 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.
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
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.
- Assignee set to Gianluigi Martino
- Status changed from New to In Progress
- Status changed from In Progress to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF