Actions
Bug #4070
closedRedirect message parameter stripping HTML
Description
The redirect message can have HTML, but the parameter is stripping it. So for example the below substitution IF statement is stripped down.
[cb:if cb_field<="50"]my text [/cb:if]
Updated by krileon over 11 years ago
Check other redirect message usages such as the parameters provided in the Login/Logout action to ensure they're working properly as well.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
When storing values were being double stripped. They should only be stripped on re-display and on usage to avoid double stripping resulting in values being completely distorted during the storage process. Parameters will now store as RAW to avoid any future storage issues.
Actions