Actions
Feature #66862
closedNew $TCA['ctrl'] option: copyReferenceFields
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-05-08
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
copyReferenceFields¶
Key | Datatype |
copyAfterDuplFields | string (list of field names) |
Description
The given fields must be from type inline. When you copy an object, the copy will still point to old references. The fields set in this option will copy the referenced objects and change the reference to the copy.
Example:
Take from the "tx_dce_domain_model_dce"
'copyReferenceFields' => 'fields',
Scope
Proc.
:)
Updated by Armin Vieweg over 9 years ago
The key "copyAfterDuplFields" in description above was a copy/paste mistake. It should be named "copyReferenceFields"
Updated by Susanne Moog almost 5 years ago
- Status changed from New to Rejected
I'm going to close this request due to low demand / low priority. If anyone wants to implement something like this, feel free to open a new ticket for the patch.
Actions