Bug #4070
closed
Redirect message parameter stripping HTML
Added by krileon over 11 years ago.
Updated over 11 years ago.
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]
Check other redirect message usages such as the parameters provided in the Login/Logout action to ensure they're working properly as well.
- 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.
- Target version set to 5.0.0
- Status changed from Resolved to Closed
Also available in: Atom
PDF