- removed extra test datacite accounts from .env
All checks were successful
CI Pipeline / japa-tests (push) Successful in 57s
All checks were successful
CI Pipeline / japa-tests (push) Successful in 57s
- updated DoiClient.ts - removed test error via /welcome page - npm updates
This commit is contained in:
parent
c9ba7d6adc
commit
8cef7390d7
11 changed files with 186 additions and 229 deletions
|
@ -10,7 +10,7 @@ import BaseButtons from '@/Components/BaseButtons.vue';
|
|||
import { stardust } from '@eidellev/adonis-stardust/client';
|
||||
import { mdiArrowLeftBoldOutline, mdiIdentifier } from '@mdi/js';
|
||||
import FormValidationErrors from '@/Components/FormValidationErrors.vue';
|
||||
import Notification from '@/utils/toast';
|
||||
// import Notification from '@/utils/toast';
|
||||
|
||||
const props = defineProps({
|
||||
dataset: {
|
||||
|
@ -39,7 +39,7 @@ const errors: Ref<any> = computed(() => {
|
|||
|
||||
const handleSubmit = async (e) => {
|
||||
e.preventDefault();
|
||||
Notification.showInfo(`doi implementation is in developement. Create DOI for dataset ${props.dataset.publish_id} later on`);
|
||||
// Notification.showInfo(`doi implementation is in developement. Create DOI for dataset ${props.dataset.publish_id} later on`);
|
||||
|
||||
await router.put(stardust.route('editor.dataset.doiStore', [props.dataset.publish_id]));
|
||||
// await form.put(stardust.route('dataset.releaseUpdate', [props.dataset.id]));
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue