Feature proposal #1350
closedadd ability to copy fields in Field Management
Description
It would be logical to have the ability to copy fields in the same manner cbsubs has the ability to copy plans. This would allow duplication of fields to be much easier.
It does not have to be direct copies, but if it opened up New field page with the field you've "Copied" data pre-filled in for you. This would be great for drop-downs, etc... and allow you to change it's fieldname accordingly (not just title).
http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,119414/catid,100/
Files
Updated by beat almost 15 years ago
This one should be included in CB 2.0 backend anyway.
Updated by krileon over 13 years ago
- File admin.comprofiler.controller.patch admin.comprofiler.controller.patch added
- File comprofiler.toolbar.patch comprofiler.toolbar.patch added
- File controller.field.patch controller.field.patch added
- File toolbar.comprofiler.html.patch toolbar.comprofiler.html.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Implemented copy-edit feature. When a non-system or non-calculated field is selected then the Copy toolbar button pressed it will open the edit field page with all that fields data present. The fieldid is set to 0 before displaying the edit page allowing complete editing of the fields data. Upon saving it will save as a new field instead of the existing field.
Updated by beat about 13 years ago
- Target version set to CB 1.8
- % Done changed from 100 to 80
Updated by beat almost 13 years ago
- Target version changed from CB 1.8 to CB 2.1
Updated by krileon over 11 years ago
- Assignee changed from beat to krileon
- Target version changed from CB 2.1 to CB 2.0.0
- % Done changed from 80 to 100
Implemented missing check for unique fields in addition to original proposal. Plugin, default, and user created fields all tested and working fine.