Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.10
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
When you are in the overview of all custom field sets, you can click on the name of the fieldset to rename it. However, on a database level, this causes only the label to be renamed.
So, imagine you have 2 fieldsets X and Y, and in the overview you rename X to Z, in the database the "name" of the fieldset remains X.
So far so good, but then we rename Y to X, again no real problem.
After that we go into the new X to change some fields and press Save. ==> An error pops up telling that "X" already exists, leaving you with a fieldset you can't change anymore (and I don't even want to know what it looks like in the DB ...)