Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.7.29
-
Fix Version/s: 5.3
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
-
How it works currently:Editing a CustomGroup and not including 'is_multiple' will always set it to FALSE
-
How it should work:Editing a CustomGroup and not including 'is_multiple' will not change the value for it
-
Acceptance Criteria:Editing a CustomGroup and not including 'is_multiple' will not change the value for it
Description
Starting with this commit all edits to a CustomGroup would set 'is_multiple' to FALSE unless 'is_multiple' was explicitly included in the parameters. The commit mentions that it fixes tests, but the logic for making it always default to FALSE isn't described.