feature_23390 #4

Merged
francesco.mangiacrapa merged 5 commits from feature_23390 into master 2022-06-08 11:36:21 +02:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 092d7a089e - Show all commits

View File

@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
#### Enhancements
- [#23392] Implemented the "Clone Project" facility
- [#23457] Implemented the "Publish/UnPublish Project" facility
## [v1.3.0] - 2021-12-03

View File

@ -15,6 +15,7 @@ public enum ACTION_ON_ITEM {
VIEW_REPORT("View the Report"),
EDIT_PROJECT("Edit the Project"),
CLONE_PROJECT("Clone the Project"),
PUBLISH_UNPUBLISH_PROJECT("Publish/UnPublish the Project"),
DELETE_PROJECT("Delete the Project");
String label;

View File

@ -92,7 +92,7 @@ public class TestGNACommon {
}
// @Test
//@Test
public void readGNDataEntryConfigsFromIS() throws Exception {
Thread thread = new Thread() {