opnform-host-nginx/client/components/open/forms
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
..
components Refactor checkbox condition logic with new operators 2025-02-10 22:03:19 +01:00
fields Add client linting to GitHub Actions workflow 2025-01-27 18:24:27 +01:00
FormTimer.vue refactor(FormTimer.vue): change timer variable from let to ref for reactivity 2024-09-19 10:11:34 +02:00
OpenCompleteForm.vue Fix forms 2025-01-28 09:23:11 +01:00
OpenForm.vue Fix forms 2025-01-28 09:23:11 +01:00
OpenFormButton.vue 41db1 submission editor theme fix (#501) 2024-07-26 11:54:15 +02:00
OpenFormField.vue Add client linting to GitHub Actions workflow 2025-01-27 18:24:27 +01:00