Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 7.1.1
-
Fix Version/s: 7.2-milestone-2, 7.1.2, 6.4.5
-
Component/s: Old Core, Web - Templates & Resources
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
For example if you enter the group "XWiki.XWikiAdminGroup" you end up in the database and in $doc.getValue('group') with "XWiki.XWikiAdminGroup," which makes it totally unusable in a script. Note that user property does not seems to have this issue.
Seems to be a bug in the displayer which send two values (the group and an empty one) instead of one but since it's not a multiselect it ends up serialising a list in a unique String property.