Compare commits

...

3 Commits

3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.2.0-SNAPSHOT] - 2023-01-19
## [v1.2.0] - 2023-01-19
#### Enhancements

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ckan-content-moderator-widget</artifactId>
<packaging>jar</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<name>gCube Ckan Content Moderator Widget</name>
<description>

View File

@ -123,6 +123,8 @@ public class CkanContentModeratorWidgetController {
if (result != null) {
eventBus.fireEvent(new ShowItemEvent<CatalogueDataset>(Arrays.asList(result),true));
//Fired to set selectable row (i.e. checkbox) on STATUS (e.g. REJECT)
eventBus.fireEvent(new SelectItemsWithItemStatusEvent(status, null, null, null));
}
}