The id of the resource is not set for old configuration

This commit is contained in:
Luca Frosini 2022-02-22 15:40:44 +01:00
parent 1a4f5e81a4
commit e0a018e083
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class GCoreISConfigurationProxy {
throw new NotFoundException("No configuration found in this context");
}
catalogueConfiguration.setID(serviceEndpoint.id());
// catalogueConfiguration.setID(serviceEndpoint.id());
Profile profile = serviceEndpoint.profile();
AccessPoint accessPoint = getAccessPoint(profile);