This commit is contained in:
SchreiberM
2016-08-24 16:55:08 +02:00
parent cf2fa721de
commit 3cf078e784
3 changed files with 12 additions and 10 deletions

View File

@@ -563,7 +563,6 @@ Public Class ClassControlBuilder
' Use the Select method to find all rows matching the filter.
foundControls = CURRENT_DT_TBPMO_ENTITY_RIGHT_CONTROLS.Select(expression)
Dim i As Integer
Dim NODE_CONFIG_ID
' Check if control is one of rightcontrols
For i = 0 To foundControls.GetUpperBound(0)
If foundControls(i)("CONTROL_ID") = CONTROL_ID Then