Skip to content
  • Tan Le's avatar
    Fix parsing action text with boolean value changes · a2e03069
    Tan Le authored
    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.
    a2e03069