opnform-host-nginx/api/app
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
..
Console Fixed linting 2025-01-16 10:09:54 +01:00
Enums Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Events Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Exceptions Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Exports Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Http Refactor form submission processing with new FormSubmissionProcessor 2025-02-01 22:52:20 +01:00
Integrations Add error logging for integration failures in AbstractIntegrationHandler 2025-01-14 14:34:03 +01:00
Jobs Refactor form submission processing with new FormSubmissionProcessor 2025-02-01 22:52:20 +01:00
Listeners Custom SMTP Settings (#561) 2024-09-24 12:16:20 +02:00
Mail Apply Mentions everywhere (#595) 2024-10-22 10:34:29 +02:00
Models Add support for additional language locales (#693) 2025-02-10 12:33:52 +01:00
Notifications Enhance email settings functionality by adding sender address support (#668) 2025-01-27 16:07:01 +01:00
Open Enhance redirect URL handling and MentionParser functionality (#639) 2024-12-10 12:26:01 +01:00
Policies Readonly User (#637) 2024-12-30 14:35:23 +01:00
Providers Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
Rules Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
Service Refactor checkbox condition logic with new operators 2025-02-10 22:03:19 +01:00
helpers.php Custom SMTP Settings (#561) 2024-09-24 12:16:20 +02:00