tethys.backend/app
Arno Kaimbacher 09f65359f9 hotfix(dataset): enhance radio button and checkbox components and add arrayContainsTypes validation
- Added checkbox support to the `FormCheckRadio` component.
- Updated the styling of the radio button and checkbox components.
- Added the `arrayContainsTypes` validation rule to ensure that arrays contain specific types.
- Updated the `dataset` validators and controllers to use the new validation rule.
- Updated the `FormCheckRadioGroup` component to correctly handle the `input-value` as a number.
- Removed the default value from the `id` column in the `collections` migration.
- Added the `array_contains_types` rule to the `adonisrc.ts` file.
2025-03-28 17:34:46 +01:00
..
Controllers/Http hotfix(dataset): enhance radio button and checkbox components and add arrayContainsTypes validation 2025-03-28 17:34:46 +01:00
exceptions hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
Library feat: update API controllers, validations, and Vue components 2025-03-14 17:39:58 +01:00
middleware - small adaption for OpenAire inside OaiController.ts 2024-07-26 14:51:57 +02:00
models hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
services - added backup codes for 2 factor authentication 2024-07-08 13:52:20 +02:00
utils - npm updates 2024-04-30 11:50:50 +02:00
validators hotfix(dataset): enhance radio button and checkbox components and add arrayContainsTypes validation 2025-03-28 17:34:46 +01:00