- contributorType in edit form of Editor
- contributorType in OAI
This commit is contained in:
parent
3a2336adad
commit
cf996de390
14 changed files with 45 additions and 19 deletions
|
@ -119,7 +119,8 @@ export default class EditDataset extends Vue {
|
|||
this.licenses = window.Laravel.licenses;
|
||||
this.checkeds = window.Laravel.checkeds;
|
||||
this.referenceTypes = window.Laravel.referenceTypes;
|
||||
this.relationTypes = window.Laravel.relationTypes;
|
||||
this.relationTypes = window.Laravel.relationTypes;
|
||||
console.log(this.form);
|
||||
}
|
||||
|
||||
created() {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue