Fixed fullPath logging

This commit is contained in:
Luca Frosini 2024-06-11 10:33:12 +02:00
parent 6080c0ee41
commit 1da984cac0
1 changed files with 3 additions and 1 deletions

View File

@ -389,7 +389,9 @@ public class ContextManagement extends EntityElementManagement<Context, EntityTy
move(newParentContextManagement, false); move(newParentContextManagement, false);
} }
logFullPath(); if (parentChanged || nameChanged) {
logFullPath();
}
element = (OVertex) updateProperties(oClass, getElement(), jsonNode, ignoreKeys, ignoreStartWithKeys); element = (OVertex) updateProperties(oClass, getElement(), jsonNode, ignoreKeys, ignoreStartWithKeys);