Fixed created value of Context state

This commit is contained in:
Luca Frosini 2024-07-02 17:31:34 +02:00
parent a3b66f300e
commit fb7ca52744
1 changed files with 1 additions and 1 deletions

View File

@ -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);