tethys.backend/resources/js/Pages/Submitter
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
..
Dataset hotfix (dataset): enhance dataset editing and validation 2025-04-18 11:39:19 +02:00
Person - added @adonisjs/mail 2024-09-16 17:59:46 +02:00
EditComponent.ts - npm added @japa/api-client, @japa/assert, @types/supertest 2024-04-25 15:17:22 +02:00