tethys.backend/resources/js/Pages/Submitter/Dataset
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
..
Category.vue hotfix: enhance editor dataset management and UI improvements 2025-04-08 14:16:35 +02:00
Create.vue hotfix(dataset): correct embargo date validation message 2025-04-09 15:59:22 +02:00
Delete.vue - prettier format checking 2023-09-05 18:18:42 +02:00
Edit.vue hotfix (dataset): enhance dataset editing and validation 2025-04-18 11:39:19 +02:00
Index.vue hotfix(dataset): improve dataset management and UI enhancements 2025-04-16 17:07:45 +02:00
Release.vue - small adaption for OpenAire inside OaiController.ts 2024-07-26 14:51:57 +02:00