-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Component/s: Layouts & Widgets
-
Tags:
I have added an XML extension in Studio for overriding the document_edit_form_options layout.
<require>org.nuxeo.ecm.platform.forms.layouts.webapp.base</require> <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager" point="layouts"> <layout name="document_edit_form_options"> <templates> <template mode="any">/layouts/empty.xhtml</template> </templates> </layout> </extension>
Update my platform --> ok, new layout installed
Then I am deleting this XML Extension from Studio
and update my platform --> the overriding layout is still there and is not uninstalled
I had to create an empty layout referenced in resources.
Anne