Replace user value placeholders for auto indicies
This commit is contained in:
parent
0728bb14bc
commit
b4c1524939
@ -1844,10 +1844,10 @@ Public Class frmIndex
|
|||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|
||||||
'TODO: Replace Windream Patterns?
|
|
||||||
oSqlResult = ClassPatterns.ReplaceControlValues(oSqlResult, pnlIndex)
|
oSqlResult = ClassPatterns.ReplaceControlValues(oSqlResult, pnlIndex)
|
||||||
oSqlResult = ClassPatterns.ReplaceInternalValues(oSqlResult)
|
oSqlResult = ClassPatterns.ReplaceInternalValues(oSqlResult)
|
||||||
|
oSqlResult = ClassPatterns.ReplaceUserValues(oSqlResult, USER_PRENAME, USER_SURNAME, USER_SHORTNAME, USER_LANGUAGE, USER_EMAIL, USER_ID, CURRENT_DOKART_ID)
|
||||||
|
|
||||||
If oSqlResult <> String.Empty Then
|
If oSqlResult <> String.Empty Then
|
||||||
_Logger.Debug("oSqlResult after Replace [" & oSqlResult & "]")
|
_Logger.Debug("oSqlResult after Replace [" & oSqlResult & "]")
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user