Customer's request:
’ll demonstrate the problem with a clear and simple ezample–
For example:
1. I create a single select list customfield++ type. Name it “Cars”
2. I add values to the list :
“Mercedes”
“BMW”
“Toyota”.
3. I create a second list customfield++ type. Name it “Cars Agency 1”
4. I edit this field and set the “Edit Synchronize Options from Database” to get the “customvalue” from the “Cars” field.
5. Now, on the “father” field (“Cars”) I edit the first value: from “Mercedes” to “Mercedes Benz”
6. Now on the “Cars” value list I see the following:
“Mercedes Benz”
“BMW”
“Toyota”.
7. But on the “Cars Agency 1” value list I see the following:
“Mercedes”
“BMW”
“Toyota”
“Mercedes Benz”.
The add-on now allows user to select id column. Previously value column was also used for column identification and when a value is changed the add-on was thinking a new value is added and the old value is deleted.