This commit is contained in:
SchreiberM
2017-03-28 08:50:20 +02:00
parent 3eac89a9a3
commit 266af3f0aa
8 changed files with 17 additions and 17 deletions

View File

@@ -270,7 +270,7 @@ Public Class ClassWindreamDocGrid
e.RepositoryItem = checkEdit
End If
If typeId = 3 Then
If typeId = 4 Then
Dim dateedit As New RepositoryItemDateEdit()
AddHandler dateedit.EditValueChanged, _datepickerValueChangedHandler
@@ -286,7 +286,7 @@ Public Class ClassWindreamDocGrid
e.RepositoryItem = dateedit
End If
If typeId = 4 Then
If typeId = 3 Then
Dim dropdown As New RepositoryItemComboBox()
Dim matchingRows() As DataRow = DT_DROPDOWN_ITEMS.Select(String.Format("CONFIG_ID = {0}", configId), "SEQUENCE")