- licence name_long varchar 200
- remove and add authors and creators in edit form - EditDataset.js - add authors array to Dataset.ts - use id in PersonTable.vue - remove active styles from create-step1.blade.php
This commit is contained in:
parent
f6442b5f7a
commit
a8ea6120fd
17 changed files with 146 additions and 28 deletions
|
@ -114,6 +114,7 @@ export default class Dataset extends Vue {
|
|||
checkedContributors = [];
|
||||
// checkedSubmitters: [],
|
||||
|
||||
authors = [];
|
||||
persons = [];
|
||||
contributors = [];
|
||||
// submitters: []
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue