The id of the resource is not set for old configuration
This commit is contained in:
parent
1a4f5e81a4
commit
e0a018e083
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue