feature bugs oai
This commit is contained in:
parent
526b48b06e
commit
46a68e5418
4 changed files with 67 additions and 42 deletions
|
@ -34,12 +34,12 @@ trait DatasetExtension
|
|||
),
|
||||
'TitleAbstract' => array(
|
||||
'model' => Description::class,
|
||||
'options' => array('type' => ['Abstract']),
|
||||
'options' => array('type' => ['Abstract', 'Translated']),
|
||||
'fetch' => 'eager'
|
||||
),
|
||||
'TitleAbstractAdditional' => array(
|
||||
'model' => Description::class,
|
||||
'options' => array('type' => ['Translated', 'Methods', 'Technical_info', 'Series_information', 'Other']),
|
||||
'options' => array('type' => ['Methods', 'Technical_info', 'Series_information', 'Other']),
|
||||
'fetch' => 'eager'
|
||||
),
|
||||
'Licence' => array(
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue