-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
With the following definition, includePrivate is considered as false.
<cms:metadata name="orgUnit" type="content" contentType="org.ametys.plugins.odf.Content.orgunit" multiple="true"> <label i18n="true">PLUGINS_ODF_PROGRAM_ORGUNIT</label> <description i18n="true">PLUGINS_ODF_PROGRAM_ORGUNIT_DESC</description> <widget>edition.select-orgunit</widget> <widget-params> <param name="includePrivate">true</param> </widget-params> <validation> <mandatory /> </validation> </cms:metadata>