PM Administration Speicherung Fehler Marvin

This commit is contained in:
2021-01-21 15:48:07 +01:00
parent 16a2c21de2
commit ea8156e23c
10 changed files with 3261 additions and 4233 deletions

View File

@@ -139,6 +139,9 @@ Public Class clsPatterns
result = ReplacePattern(result, PATTERN_USER, CURRENT_CLICKED_PROFILE_ID)
End While
While ContainsPatternAndValue(result, PATTERN_USER, VALUE_PROFILE_TITLE)
If CURRENT_CLICKED_PROFILE_TITLE Is Nothing Then
CURRENT_CLICKED_PROFILE_TITLE = "EXCEPTIONTitleNothing"
End If
result = ReplacePattern(result, PATTERN_USER, CURRENT_CLICKED_PROFILE_TITLE)
End While
LOGGER.Debug("pInput AFTER ReplaceUserValues: " & input)