- added new class CollectionRole.ts
All checks were successful
CI Pipeline / japa-tests (push) Successful in 50s
All checks were successful
CI Pipeline / japa-tests (push) Successful in 50s
- added relation 'collectionRole' to Collection.ts class - added 'ListSets' and =GetRecord request for OaiController.ts - npm updates - added utility-functions.ts
This commit is contained in:
parent
ebb24cc75c
commit
2a7480d2ed
9 changed files with 349 additions and 91 deletions
|
@ -28,7 +28,7 @@ test.group('DatasetController', (group) => {
|
|||
|
||||
const dataset = new Dataset();
|
||||
dataset.type = 'analysisdata';
|
||||
dataset.creatingCorporation = 'Tethys RDR';
|
||||
dataset.creating_corporation = 'Tethys RDR';
|
||||
dataset.language = 'de';
|
||||
dataset.server_state = 'inprogress'; // Set the desired server state here
|
||||
await dataset.save();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue