Fix parsing action text with boolean value changes
When 'from' and 'to' value being of type Boolean (i.e. false) the action text drops the 'from <value>' portion due to the generic truthy check. This change ensures we convert the values to string first and then check for present to cater for Boolean values.
Showing
Please register or sign in to comment