migrator icon indicating copy to clipboard operation
migrator copied to clipboard

Conditional isn't migrated corrected when check is a boolean

Open FrittenKeeZ opened this issue 3 years ago • 0 comments

Just noticed a conditional check wasn't migrated correctly to a boolean value. In v2:

show_when:
  schedule: true

In v3:

show_when:
  schedule: '1'

FrittenKeeZ avatar Dec 01 '21 13:12 FrittenKeeZ