You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that there is a bug when a relation field is tried to be updated (a single value field gets two values). To reproduce it, follow these steps:
Update any item relation field (RegItemproposedHandler.updateFields creates with two RegLocalizationProposed records - two different fieldValueIndex)
Follow all the acceptance process (submit the action, approve it, etc)
When the admin is going to publish the action (RegItemHandler.regItemProposedToRegItem method), the previous value (ej: fieldValueIndex 0) is not deleted, and the new value (ej: fieldValueIndex 1) is saved. Therefore, a single value field receives two values.
My solution was before create/save RegLocalization values, previously delete and renumerate fieldValueIndex values, however, I'm not sure if this is a bug, so I didn't submit a merge/patch.
The text was updated successfully, but these errors were encountered:
I believe that there is a bug when a relation field is tried to be updated (a single value field gets two values). To reproduce it, follow these steps:
My solution was before create/save RegLocalization values, previously delete and renumerate fieldValueIndex values, however, I'm not sure if this is a bug, so I didn't submit a merge/patch.
The text was updated successfully, but these errors were encountered: