- capitalize dataset tite types
- oai: added dc creator
This commit is contained in:
parent
3a67bba19a
commit
8f040c2770
5 changed files with 21 additions and 14 deletions
|
@ -23,12 +23,12 @@ trait DatasetExtension
|
|||
protected $externalFields = array(
|
||||
'TitleMain' => array(
|
||||
'model' => Title::class,
|
||||
'options' => array('type' => ['main', 'alternative', 'sub', 'translated', 'other']),
|
||||
'options' => array('type' => ['Main', 'Alternative', 'Sub', 'Translated', 'Other']),
|
||||
'fetch' => 'eager'
|
||||
),
|
||||
'TitleAbstract' => array(
|
||||
'model' => Description::class,
|
||||
'options' => array('type' => ['abstract', 'methods', 'technical_info', 'series_information', 'other']),
|
||||
'options' => array('type' => ['Abstract', 'Methods', 'Technical_info', 'Series_information', 'Other']),
|
||||
'fetch' => 'eager'
|
||||
),
|
||||
'Licence' => array(
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue