Compare commits

..

No commits in common. "master" and "feature_23903" have entirely different histories.

3 changed files with 2 additions and 4 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] - 2023-01-19
## [v1.2.0-SNAPSHOT] - 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</version>
<version>1.2.0-SNAPSHOT</version>
<name>gCube Ckan Content Moderator Widget</name>
<description>

View File

@ -123,8 +123,6 @@ 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));
}
}