Fixed fullPath logging
This commit is contained in:
parent
6080c0ee41
commit
1da984cac0
|
@ -389,7 +389,9 @@ public class ContextManagement extends EntityElementManagement<Context, EntityTy
|
|||
move(newParentContextManagement, false);
|
||||
}
|
||||
|
||||
if (parentChanged || nameChanged) {
|
||||
logFullPath();
|
||||
}
|
||||
|
||||
element = (OVertex) updateProperties(oClass, getElement(), jsonNode, ignoreKeys, ignoreStartWithKeys);
|
||||
|
||||
|
|
Loading…
Reference in New Issue