Fixed created value of Context state
This commit is contained in:
parent
a3b66f300e
commit
fb7ca52744
|
@ -284,7 +284,7 @@ public class ContextManagement extends EntityElementManagement<Context, EntityTy
|
|||
createVertex();
|
||||
}
|
||||
|
||||
this.element.setProperty(Context.STATE, ContextState.CREATED);
|
||||
this.element.setProperty(Context.STATE, ContextState.CREATED.getState());
|
||||
|
||||
securityContext = new SecurityContext(uuid);
|
||||
securityContext.setParentSecurityContext(parentSecurityContext);
|
||||
|
|
Loading…
Reference in New Issue