From 449e613dddc34ee50fe5caf50490af9ca37c1be2 Mon Sep 17 00:00:00 2001 From: sofyenne Date: Wed, 27 Nov 2024 14:15:44 +0100 Subject: [PATCH] Fix: resolve rebase conflicts in NoteHeadScripts script feature flags --- .../WEB-INF/conf/wiki/feature-flags-configuration.xml | 8 +++++--- .../groovy/webui/workspace/UINotesHeadTemplate.gtmpl | 4 ---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/notes-webapp/src/main/webapp/WEB-INF/conf/wiki/feature-flags-configuration.xml b/notes-webapp/src/main/webapp/WEB-INF/conf/wiki/feature-flags-configuration.xml index 7abb5be11..5202dd8ba 100644 --- a/notes-webapp/src/main/webapp/WEB-INF/conf/wiki/feature-flags-configuration.xml +++ b/notes-webapp/src/main/webapp/WEB-INF/conf/wiki/feature-flags-configuration.xml @@ -22,14 +22,16 @@ xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd" xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd"> - NotesEditorInsertImageOptionFeatureProperties + NoteFeatureProperties org.exoplatform.container.ExtendedPropertyConfigurator - NotesEditorInsertImageOptionFeatureProperties - Insert image Feature enablement flag + NoteFeatureProperties + Note Feature enablement flag + diff --git a/notes-webapp/src/main/webapp/groovy/webui/workspace/UINotesHeadTemplate.gtmpl b/notes-webapp/src/main/webapp/groovy/webui/workspace/UINotesHeadTemplate.gtmpl index 379c45416..cf049d71d 100644 --- a/notes-webapp/src/main/webapp/groovy/webui/workspace/UINotesHeadTemplate.gtmpl +++ b/notes-webapp/src/main/webapp/groovy/webui/workspace/UINotesHeadTemplate.gtmpl @@ -6,10 +6,6 @@ %> -======= eXo.env.portal.insertImageOptionEnabled = <%=featureService.isFeatureActiveForUser("insertImage", userName)%>; ->>>>>>> e95f4435b (feat: Implement Notes/Content insert image option - EXO-74754 - Meeds-io/MIPs#145 (#1211))