• Justin Ho's avatar
    Fix wrong value of checkbox between Rails / Vue · 1cc367e9
    Justin Ho authored
    When a checkbox field is saved in the integration form,
    in Rails (without integration_form_refactor ff) it gets saved
    as "1" for true and "0" for false, while in Vue we use "true"
    and "false". This caused a 1-time transition mismatch
    between the values of checkboxes when the feature flag
    was enabled.
    1cc367e9
service_field_entity_spec.rb 3.01 KB