opnform-host-nginx/api/app/Service/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
..
FormCleaner.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormLogicConditionChecker.php Refactor checkbox condition logic with new operators 2025-02-10 22:03:19 +01:00
FormLogicPropertyResolver.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormSubmissionFormatter.php fix signature url issue (#560) 2024-09-05 17:59:19 +02:00
FormSubmissionProcessor.php Refactor form submission processing with new FormSubmissionProcessor 2025-02-01 22:52:20 +01:00