Actions
Bug #5018
closedSubstitutions do not work while logged out
Description
When logged out (no user object) the substitutions all fail. The raw substitutions (e.g. [FIELD_NAME]) will literally output that. Other substitutions will be just empty string. In reality the substitutions should 100% still be ran, but they should be ran on an empty user object. This allows date substitutions, query fields, and numerous other fields to correctly substitute instead of breaking expected output.
Actions