-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
This is not working
<criteria system-ref="contentTypes" multiple="true"/>
But this does
<criteria system-ref="contentTypes" multiple="true">
<widget>edition.combobox</widget>
</criteria>
Because, the default widget does return the arry of result as a string.
edition.combobox should be the default as in the configurableformpanel... Is it not a configurableformpanel ????
- Est référencé par
-
CMS-6441 Migrate the "insert last publications" feature to v4
-
- Closed
-
[CMS-7485] In search model the default widget for multiple enumeration is not right
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
The default xtype for multiple is edition.boxselect that use a tag field with default config "encodeSubmitValue" that was stringifying the result...