opnform-host-nginx/client/lib/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
..
themes Refactor form components (#659) 2025-01-03 16:15:47 +01:00
FormLogicConditionChecker.js Refactor checkbox condition logic with new operators 2025-02-10 22:03:19 +01:00
FormLogicPropertyResolver.js 0351d front end linting (#377) 2024-04-15 19:39:03 +02:00
FormPropertyLogicRule.js Dc3e4 new matrix field (#484) 2024-08-23 15:28:21 +02:00
public-page.js Embed form flickering bug (#658) 2025-01-03 16:03:02 +01:00