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

This commit is contained in:
Francesco Mangiacrapa 2021-06-25 10:47:06 +02:00
parent d8dfb745fd
commit 219a4c3b4e
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ 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 [#21188] Avoiding the catalogue widget window close if the user clicks outside it
[#21470] Bug fixed publishing widget uses the orgTitle instead of orgName [#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 Moved to maven-portal-bom 3.6.3

View File

@ -36,7 +36,7 @@ public class UpdateItemCatalogueResource extends Thread{
private String cleanUrl; private String cleanUrl;
private static final org.slf4j.Logger logger = LoggerFactory.getLogger(UpdateItemCatalogueResource.class); 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";
/** /**