opnform-host-nginx/client/components/open/forms/components/form-logic-components
Julien Nahum f5b9b86c16 Refactor checkbox condition logic with new operators
- Replace legacy 'equals' and 'does_not_equal' checkbox operators with 'is_checked' and 'is_not_checked'
- Update FormLogicConditionChecker in PHP and JavaScript to handle new operators
- Modify open_filters.json to reflect new checkbox comparator structure
- Add migration logic in ColumnCondition.vue to support legacy operator conversion
- Improve checkbox condition handling with explicit true/false checks
2025-02-10 22:03:19 +01:00
..
ColumnCondition.vue Refactor checkbox condition logic with new operators 2025-02-10 22:03:19 +01:00
ConditionEditor.client.vue Form editor logic copy to x (#656) 2025-01-03 16:09:53 +01:00
FormBlockLogicEditor.vue Form editor logic copy to x (#656) 2025-01-03 16:09:53 +01:00
GroupControlSlot.vue Add rule button click - show alert (#554) 2024-09-03 13:28:59 +02:00