MS Release 2.3.3

This commit is contained in:
2022-01-10 10:34:44 +01:00
parent b33e87c5d2
commit 482f015d6f
61 changed files with 33059 additions and 827 deletions

View File

@@ -182,7 +182,7 @@
If oExists = False Then
Dim oInfo = $"Value [{oOldValueRow.Item(0)}] no longer existing in Vector-Attribute [{oAttributeName}] - will be deleted!"
LOGGER.Info(oInfo)
LOGGER.Debug(oInfo)
'SetVariableValue(CURRENT_PROFILE_LOG_INDEX, oInfo)
Delete_Term_Object_From_Metadata(oAttributeName, oOldValueRow.Item(0))
End If