- bug fixes Testphase Januar 2020
This commit is contained in:
parent
d323e1d4bb
commit
a773fe2a1d
29 changed files with 1238 additions and 496 deletions
|
@ -8,7 +8,7 @@ function initialState() {
|
|||
rights: null,
|
||||
project_id: "",
|
||||
|
||||
creating_corporation: "GBA Repository",
|
||||
creating_corporation: "TETHYS RDR",
|
||||
language: "",
|
||||
embargo_date: "",
|
||||
belongs_to_bibliography: 0,
|
||||
|
@ -70,7 +70,7 @@ export default class Dataset extends Vue {
|
|||
rights = null;
|
||||
project_id = "";
|
||||
|
||||
creating_corporation = "TETHYS Repository";
|
||||
creating_corporation = "TETHYS RDR";
|
||||
language = "";
|
||||
embargo_date = "";
|
||||
belongs_to_bibliography = 0;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue