Skip to content

Commit a71b529

Browse files
authored
feat: Delete useless Quarantine Drive - Meeds-io/MIPs#181 (#71)
This change will: * Delete useless Quarantine Drive * Move Utils Component from Portal to Commons
1 parent fe23c6a commit a71b529

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

dlp-services/src/main/java/org/exoplatform/dlp/notification/channel/template/WebTemplateProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
import org.exoplatform.commons.api.notification.model.PluginKey;
1717
import org.exoplatform.commons.api.notification.service.template.TemplateContext;
1818
import org.exoplatform.commons.notification.template.TemplateUtils;
19+
import org.exoplatform.commons.utils.TimeConvertUtils;
1920
import org.exoplatform.container.xml.InitParams;
2021
import org.exoplatform.dlp.notification.plugin.DlpAdminDetectedItemPlugin;
2122
import org.exoplatform.dlp.notification.plugin.DlpUserDetectedItemPlugin;
2223
import org.exoplatform.dlp.notification.plugin.DlpUserRestoredItemPlugin;
2324
import org.exoplatform.dlp.utils.DlpUtils;
24-
import org.exoplatform.webui.utils.TimeConvertUtils;
2525

2626
@TemplateConfigs (
2727
templates = {

dlp-webapp/src/main/webapp/WEB-INF/conf/dlp/ecms-configuration.xml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -90,59 +90,4 @@
9090
</init-params>
9191
</component-plugin>
9292
</external-component-plugins>
93-
94-
<external-component-plugins>
95-
<target-component>org.exoplatform.services.cms.drives.ManageDriveService</target-component>
96-
<component-plugin>
97-
<name>manage.drive.plugin</name>
98-
<set-method>setManageDrivePlugin</set-method>
99-
<type>org.exoplatform.services.cms.drives.impl.ManageDrivePlugin</type>
100-
<description>configuration for Dlp Quarantine drive</description>
101-
<init-params>
102-
103-
<object-param>
104-
<name>Dlp Quarantine</name>
105-
<description>Dlp Quarantine drive</description>
106-
<object type="org.exoplatform.services.cms.drives.DriveData">
107-
<field name="name">
108-
<string>Quarantine</string>
109-
</field>
110-
<field name="workspace">
111-
<string>collaboration</string>
112-
</field>
113-
<field name="permissions">
114-
<string>*:/platform/dlp</string>
115-
</field>
116-
<field name="homePath">
117-
<string>/Quarantine</string>
118-
</field>
119-
<field name="icon">
120-
<string></string>
121-
</field>
122-
<field name="views">
123-
<string>List</string>
124-
</field>
125-
<field name="viewPreferences">
126-
<boolean>true</boolean>
127-
</field>
128-
<field name="viewNonDocument">
129-
<boolean>true</boolean>
130-
</field>
131-
<field name="viewSideBar">
132-
<boolean>true</boolean>
133-
</field>
134-
<field name="showHiddenNode">
135-
<boolean>false</boolean>
136-
</field>
137-
<field name="allowCreateFolders">
138-
<string>nt:folder,nt:unstructured</string>
139-
</field>
140-
<field name="allowNodeTypesOnTree">
141-
<string>*</string>
142-
</field>
143-
</object>
144-
</object-param>
145-
</init-params>
146-
</component-plugin>
147-
</external-component-plugins>
14893
</configuration>

0 commit comments

Comments
 (0)