Active
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2012 at 16:52 UTC
Updated:
28 Jul 2014 at 19:19 UTC
Jump to comment: Most recent
Comments
Comment #1
koppie commentedDuplicate of https://drupal.org/node/1233256#comment-5167316
Comment #2
jmary commentedI don't think it is duplicate. The problem solved on the link at #2 doesn't refer to the question here.
As I understand it, and that's why I came to see the answer, is as folows.
Some user profiles, may use some slightly different field collections
Profile_type_1 is using field_collection_1 made with field_A, field_B, field_C
Profile_type_2 is using field_collection_2 made with field_A, field_B, field_D
In a real use case, field_collection_X might be made with 20 fields, only one is changing.
Thus, it would be convenient to be able to create field_collection_2 at cloning the structure of field_collection_1, then on the field management, one can remove the field which is not appearing in it, and adding the new one.
I search without success for a solution to this, everything is sending to the cloning of the entity using a field collection, but not to the cloning of the field_collection itself.