fix updateVO method

rest-collector
Roberto Cirillo 5 years ago
parent 5e45fd82d6
commit 565312cbb0

@ -239,8 +239,8 @@ public class RegistryPublisherImpl implements RegistryPublisher {
vosScopes.remove(currentVO);
// in this case it is a root-vo scope so we need to update the resource only at root-vo level
}else{
RegistryStub stub = getRegistryStub();
createResource(resource, currentVO, stub);
ScopeProvider.instance.set(currentScope);
registryUpdate(resource, 0);
return resource;
}

Loading…
Cancel
Save