Active
Project:
Field tools
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2011 at 03:55 UTC
Updated:
7 Jul 2014 at 12:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
keesee commented+1 support for fieldgroups would be great. Not so sure if it makes to just send all the fields in a field group.... Having check boxes for groups in addition to fields would be best. allows to to select the fields individuality. select them all or just a few. Keeps different user cases open this way... more flexibility.
great idea on this... I love simple contributions that save you time out of the box. well done!
thanks,
J.
Comment #2
joachim commentedI've added something that lets you clone any or all of the fields of a bundle to any other bundles.
Comment #3
keesee commentedThe field export is great. I think @PlayfulWolf was suggesting fieldgroups aswell. That what caugh my eye. Moving fields is a huige timesaver, but I still needed to recreate the groups and place fields on those other entities individually.
Thanks again.
--
J.
Comment #5
petednz commentedlooks like a v useful module
even being able to copy over the fieldset but still have to drag the fields to the right set would be a time saver
but certainly seeing the fieldsets and fields and being able to select either / both would be awesome
Comment #6
joachim commentedNot sure exactly what it is you're asking for, but please file new issues for new things, and bear in mind this is a developer module -- new features will happen when people post patches!
Comment #7
petednz commentedHi Joachim - I didn't feel this was a new issue since it is exactly what was requested in the OP.
When creating Content Types with many fields, we also create Fieldsets that we can group the fields in, using vertical tabs etc.
Being able to copy these to another bundle would make things easier. As it is, your wonderful module lets me effectively clone all (or some) of the fields from one Content Type to another.
But from my testing, there is no way to let me copy over the Fieldsets, so there is still a bunch of work to do to complete the 'cloning'.
I understand this is a developer module and will be happy to take a look at what might be involved, but you may already have a sense that this might be a hard ask given the work you have already contributed.
hope that makes my earlier post clearer.
Comment #8
joachim commented> I didn't feel this was a new issue since it is exactly what was requested in the OP.
Ah fair enough. It looks like I didn't properly read the OP!
I'm not sure how fieldset work. They're a different kind of thing to fields; you'd need to look into the module's API.
Comment #9
joachim commentedComment #10
owen barton commentedI don't have time for a patch right now, but I just implemented this for another module - should be easy enough to add (inside a module_exists('field_group') check) if someone wants to give it a shot - here is how it looks:
Comment #11
user654 commented.
Comment #12
user654 commented.
Comment #13
cnario commentedCheck Node convert module
Comment #14
rudins commentedI started working on changes to get this functioning.
For now on 'Clone fields from this bundle' tool it is possible to create and update fields and fieldgroups. There is checkbox 'Update existing instances'.
Patch attached.