demarches-normaliennes/spec/models/logic
Sébastien Carceles fa6fc077b4
normalize boolean values (#8320)
* extract parent for yes no and checkbox champs

* checkbox stores true / false instead of on / off

* normalize blank value to nil

* normalize invalid value to false

* after party task: normalize checkbox values

* after party task: normalize yes_no values
2023-01-05 11:18:27 +00:00
..
and_spec.rb to_s 2022-09-28 10:06:31 +02:00
binary_operator_spec.rb to_s 2022-09-28 10:06:31 +02:00
champ_value_spec.rb normalize boolean values (#8320) 2023-01-05 11:18:27 +00:00
constant_spec.rb add constant 2022-06-17 14:53:27 +02:00
empty_operator_spec.rb and empty_operator compute always true 2022-07-05 12:07:06 +02:00
empty_spec.rb improve constant and empty to_s 2022-07-05 12:07:06 +02:00
eq_spec.rb refactor(conditional): error message system 2022-09-26 10:21:15 +02:00
include_operator_spec.rb errors 2022-09-28 10:06:31 +02:00
n_ary_operator_spec.rb add n_ary operators 2022-06-17 14:53:27 +02:00
not_eq_spec.rb refactor(conditional): error message system 2022-09-26 10:21:15 +02:00
or_spec.rb improve constant and empty to_s 2022-07-05 12:07:06 +02:00