Actions
Feature #49535
closedAdd FileReferenceUid to data-array in frontend rendering
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-07-01
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
CMS FAL fields getting converted to the old database structure in typo3/sysext/core/Classes/Resource/Service/FrontendContentAdapterService.php. The service saves the file uid in "$migrateFieldName . '_fileUids" but not the file reference uids.
I developed an extension which extends the FileReference with cropping informations. For this it would be helpful to have the file reference uid in the frontend rendering.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21759
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21759
Updated by Lars Malach over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d5bd892833eaa05e57d99f9a3342c3f3f4614914.
Actions