-
Bug
-
Resolution: Fixed
-
Minor
-
3.0 M4
-
None
-
None
In the plugin.xml declaration of the CMS plugin, there's several invalid item declarations. Example :
<extension id="org.ametys.cms.edition.link.Alternative" ...> <action class="org.ametys.cms.control.InputField"> ... </action> <script> <file>js/org/ametys/cms/control/InputField.js</file> <file>js/org/ametys/cms/editor/Editor.js</file> <file>js/org/ametys/cms/editor/Link.i18n.js</file> </script> </extension>
The <script> tag should be <scripts> (7 occurrences in the file). The items shouldn't even work, it's actually working only thanks to the fact that the scripts are already included in previous extensions.