forked from geolba/tethys.backend
- added new class CollectionRole.ts
- 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
|
@ -3,7 +3,6 @@ import Dataset from './Dataset';
|
|||
import { builder, create } from 'xmlbuilder2';
|
||||
import { XMLBuilder } from 'xmlbuilder2/lib/interfaces';
|
||||
import Database from '@ioc:Adonis/Lucid/Database';
|
||||
import dayjs from 'dayjs';
|
||||
import { DateTime } from 'luxon';
|
||||
|
||||
export default class DocumentXmlCache extends BaseModel {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue