1. 04 Mar, 2020 1 commit
    • 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
  2. 03 Mar, 2020 39 commits