-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
How to reproduce
- Go to administration interface
- Desactive a plugin feature
- See runtime.xml file
Actual behavior
- The excluded feature is well added but the XML tag constains namespaces
Sample excluding core/runtime.authentication.impl.basic feature
<plugins> <locations> <location>modules</location> </locations> <exclude> <feature>core/runtime.sqlmap</feature> <feature>core/runtime.core.has_right_sitemap_components</feature> <feature>workflow/workflow-store</feature> <feature>cms/link-resolver</feature> <feature>cms/content-clientside-targetfactory</feature> <feature>cms/userinterface.rights.assignment.tool</feature> <!--<feature>core/runtime.datasource.core</feature>--> <feature xmlns:plugin="http://www.ametys.org/schema/plugin" xmlns:i18n="http://apache.org/cocoon/i18n/2.1">core/runtime.authentication.impl.basic</feature></exclude> </plugins>