2023-09-25
This commit is contained in:
@@ -199,7 +199,12 @@ Partial Public Class frmFieldEditor
|
||||
|
||||
If oInfo.Guid = -1 Then
|
||||
Dim oElement = Controller.GetElement(oStickyNote)
|
||||
oStickyNote.Tag = GetAnnotationTag(SelectedReceiver.Id, oPage, oElement.Id)
|
||||
If oElement IsNot Nothing Then
|
||||
oStickyNote.Tag = GetAnnotationTag(SelectedReceiver.Id, oPage, oElement.Id)
|
||||
Else
|
||||
MsgBox("No Element for Update found!")
|
||||
Logger.Error("No Element for Update found!")
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user