Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7
-
Component/s: {Unused} Core
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
XWIKI-4825Altering the storage properties of a DBList or DBTreeList property sometimes fails to save the changes XWIKI-3128BaseClass add*List methods should allow specifying whether relational storage should be used XWIKI-1723multiselect separators are not defined for all list property types XWIKI-9013Multiple Select List values are not correctly indexed by Lucene XWIKI-8959Broken links created in livetables for DBList properties with multiselect activated XWIKI-851Rollback of a document with an attachment to a prior version without this attachment does not rollback the attachment XWIKI-1621Changing parameters of list properties fails XWIKI-7088OpenOffice import attachment error with filsystem storage XWIKI-2942Ability to select relational list property in XWQL XWIKI-1084ListClass does not fill in list with selected values which are not in the list of possible values
Description
This happens because ListClass#newPropertyfromXML expects <value> elements if either of the two is set, but <value> elements exist only if Multiselect is enabled.
Fixed in r33756.