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.
:)
Actions