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);
|
move(newParentContextManagement, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (parentChanged || nameChanged) {
|
||||||
logFullPath();
|
logFullPath();
|
||||||
|
}
|
||||||
|
|
||||||
element = (OVertex) updateProperties(oClass, getElement(), jsonNode, ignoreKeys, ignoreStartWithKeys);
|
element = (OVertex) updateProperties(oClass, getElement(), jsonNode, ignoreKeys, ignoreStartWithKeys);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue