#20193 Switching to GR "Catalogue" with <AppId>gCat</AppId>

This commit is contained in:
Francesco Mangiacrapa 2021-06-25 10:45:06 +02:00
parent b55613ed5c
commit 357e837906
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[#21188] Avoiding the catalogue widget window close if the user clicks outside it
[#21470] Bug fixed publishing widget uses the orgTitle instead of orgName
[#20193] Switching to GR "Catalogue" with <AppId>gCat</AppId>. They will be updated by UpdateItemCatalogueResource class.
Moved to maven-portal-bom 3.6.3

View File

@ -36,7 +36,7 @@ public class UpdateItemCatalogueResource extends Thread{
private String cleanUrl;
private static final org.slf4j.Logger logger = LoggerFactory.getLogger(UpdateItemCatalogueResource.class);
public static final String APPLICATION_ID_CATALOGUE_MANAGER = "org.gcube.datacatalogue.ProductCatalogue";
public static final String APPLICATION_ID_CATALOGUE_MANAGER = "gCat";
/**