Old configuration is not deleted on purge

This commit is contained in:
Luca Frosini 2022-02-24 12:01:55 +01:00
parent 78d6fe1eb5
commit ea71d5d8e5
1 changed files with 1 additions and 2 deletions

View File

@ -509,8 +509,7 @@ public class GCoreISConfigurationProxy {
if(serviceEndpoint!=null) {
registryPublisher.remove(serviceEndpoint);
}
deleteOldConfiguration();
}
protected Property addProperty(Group<Property> properties, String name, String value) {