#23259 Implemented the requirement described in #23156

This commit is contained in:
Francesco Mangiacrapa 2022-05-04 15:22:51 +02:00
parent d861865879
commit 188f5f7305
3 changed files with 56 additions and 18 deletions

View File

@ -9,6 +9,11 @@
@ -42,6 +47,11 @@
@ -69,6 +79,11 @@
@ -96,6 +111,11 @@
@ -122,14 +142,16 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<dependent-module archiveName="catalogue-util-library-1.1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/catalogue-util-library/catalogue-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="ckan-content-moderator-widget-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ckan-content-moderator-widget/ckan-content-moderator-widget">
<dependent-module archiveName="workspace-explorer-2.2.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-explorer/workspace-explorer">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -148,6 +170,11 @@
@ -175,6 +202,11 @@
@ -202,6 +234,11 @@
@ -228,6 +265,11 @@

View File

@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- [#20650] Data Catalogue: integrate the Content Moderator System
- [#22872] Updated the AppId (to 'service-account-gcat') used in the "Catalogue" GR
- [#23259] Implemented the requirement described in #23156
## [v2.1.1] - 2022-01-21

View File

@ -35,11 +35,6 @@ public class GCubeCkanDataCatalog implements EntryPoint {
GCubeCkanDataCatalogPanel panel = new GCubeCkanDataCatalogPanel(RootPanel.get(DIV_PORTLET_ID),
eventManager.getEventBus());
eventManager.setPanel(panel);
/*
* CkanContentModeratorWidget ccmw = new CkanContentModeratorWidget();
* ccmw.showAsModal("Manage Items");
*/
}
}