forked from gCubeSystem/registry-publisher
fix updateVO method
This commit is contained in:
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…
Reference in New Issue