Actions
Task #59334
closedEpic #58282: Workspaces Workpackage #2
Story #58284: Bug fixes & Behaviour
Enable workspace handling for FAL
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2014-06-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
hard
Sprint Focus:
Description
Probably these methods lack of workspaces support - depends on the context they are used in:
- ResourceFactory::getCollectionObject
- ResourceFactory::createCollectionObject
- ResourceFactory::getFileReferenceObject
- ResourceFactory::createFileReferenceObject
- RecordCollectionRepository::findByUid
- RecordCollectionRepository::findAll
- RecordCollectionRepository::findByTableName
- RecordCollectionRepository::findByType
- RecordCollectionRepository::findByTypeAndTableName
- RecordCollectionRepository::deleteByUid
- CategoryBasedFileCollection::loadContents
- FileRepository::findByRelation
- FileRepository::findFileReferenceByUid
- FileRepository::createFileReferenceObject
- MetaDataRepository::findByFileUid
- MetaDataRepository::createMetaDataRecord
- MetaDataRepository::update
- MetaDataRepository::removeByFileUid
Further analysis and tests are required.
Actions