- capitalize dataset tite types

- oai: added dc creator
This commit is contained in:
Arno Kaimbacher 2019-09-16 17:34:57 +02:00
parent 3a67bba19a
commit 8f040c2770
5 changed files with 21 additions and 14 deletions

View file

@ -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(