File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 200200 'config ' => array (
201201 'type ' => 'input ' ,
202202 'size ' => 30 ,
203- 'eval ' => 'trim,required '
203+ 'eval ' => 'trim '
204204 ),
205205 ),
206206 'subtitle ' => array (
209209 'config ' => array (
210210 'type ' => 'input ' ,
211211 'size ' => 30 ,
212- 'eval ' => 'trim,required '
212+ 'eval ' => 'trim '
213213 ),
214214 ),
215215 'abbreviation ' => array (
218218 'config ' => array (
219219 'type ' => 'input ' ,
220220 'size ' => 30 ,
221- 'eval ' => 'trim '
221+ 'eval ' => 'trim, required '
222222 ),
223223 ),
224224 'volume ' => array (
411411 'config ' => array (
412412 'type ' => 'inline ' ,
413413 'foreign_table ' => 'tx_academy_domain_model_relations ' ,
414- 'foreign_field ' => 'publications ' ,
414+ 'foreign_field ' => 'publication ' ,
415415 'foreign_sortby ' => 'sorting ' ,
416- 'symmetric_field ' => 'publications_symmetric ' ,
416+ 'symmetric_field ' => 'publication_symmetric ' ,
417417 'symmetric_sortby ' => 'sorting_symmetric ' ,
418418 'maxitems ' => 9999 ,
419419 'behaviour ' => array (
You can’t perform that action at this time.
0 commit comments