Task #55526
Epic #55070: Workpackages
Epic #54542: WP: Importer / Exporter with relations MM/IRRE/FAL
Story #55520: As an User I want to create exports in v. 6.2 and import them in v. 6.2
Impexp: missing fields of sys_file on import
Status: | Rejected | Start date: | 2014-01-31 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | Import/Export (T3D) | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
The fields are not written by the Datahandler because they are not defined in tca:
- identifier_hash
- folder_hash
- extension
- creation_date
- modification_date
Related issues
History
#1 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27358
#2 Updated by Marc Bastian Heinrichs over 1 year ago
- % Done changed from 0 to 80
#3 Updated by Marc Bastian Heinrichs over 1 year ago
- Status changed from Under Review to Rejected
- Assigned To deleted (
Marc Bastian Heinrichs) - Target version deleted (
6.2.0) - % Done changed from 80 to 0
sys_file should not be written by DataHandler.
The other not required fields of sys_file in TCA should be removed.
An additional option could be to prevent writing sys_file for DataHandler by e.g. throwing an
exception. Steffen has this on his list.
#4 Updated by Marc Bastian Heinrichs over 1 year ago
- % Done changed from 0 to 100