MS
This commit is contained in:
@@ -760,7 +760,7 @@ Public Class ClassControlValues
|
||||
Dim vorgabe = defaultValue
|
||||
'Wenn der Default Wert über einen Select kommt
|
||||
If vorgabe.ToString.ToLower.StartsWith("select") Then
|
||||
vorgabe = defaultValue.Replace("@FORM_ID", CURRENT_FORM_ID)
|
||||
vorgabe = defaultValue.Replace("@FORM_ID", CURRENT_ENTITY_ID)
|
||||
vorgabe = vorgabe.Replace("@RECORD_ID", CURRENT_RECORD_ID)
|
||||
vorgabe = vorgabe.Replace("@RECORDID", CURRENT_RECORD_ID)
|
||||
vorgabe = vorgabe.Replace("@PARENTRECORD_ID", CURRENT_PARENT_RECORD_ID)
|
||||
|
||||
Reference in New Issue
Block a user