tethys.backend/start
Arno Kaimbacher c3ae4327b7 hotfix (dataset): enhance dataset editing and validation
- Modified the TableKeywords component to remove the external_key reset when the type is updated, only resetting the value.
- Updated the DatasetController to pass authorization checks (`can.edit`, `can.delete`) to the edit view.
- Updated the arrayContainsTypes validation rule to improve the error messages for titles and descriptions, clarifying the requirements for main and translated entries.
- Updated the Dataset Edit view to:
  - Remove unused code and comments.
  - Add authorization checks to the save button.
  - Add a release button.
  - Add icons to the save and release buttons.
  - Add a computed property `hasUnsavedChanges` to determine if there are unsaved changes in the form.
2025-04-18 11:39:19 +02:00
..
routes hotfix-feat(dataset): implement file upload with validation and error handling 2025-03-26 14:19:06 +01:00
rules hotfix (dataset): enhance dataset editing and validation 2025-04-18 11:39:19 +02:00
env.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00
inertia.json - update to AdonisJS 6 2024-03-14 20:25:27 +01:00
kernel.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00
routes.ts hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
validator.ts feat: update to vite.js, Refactor configuration files, remove unused assets, and clean up commented code: 2025-02-07 10:14:57 +01:00