feat: sort board configs by as selected in backend
This commit is contained in:
+1
-1
@@ -641,6 +641,7 @@ return [
|
|||||||
'type' => 'inline',
|
'type' => 'inline',
|
||||||
'foreign_table' => 'tx_epproducts_domain_model_groupspriceconfig',
|
'foreign_table' => 'tx_epproducts_domain_model_groupspriceconfig',
|
||||||
'foreign_field' => 'hotel',
|
'foreign_field' => 'hotel',
|
||||||
|
'foreign_sortby' => 'sorting',
|
||||||
'maxitems' => 99,
|
'maxitems' => 99,
|
||||||
'minitems' => 0,
|
'minitems' => 0,
|
||||||
'appearance' => [
|
'appearance' => [
|
||||||
@@ -660,7 +661,6 @@ return [
|
|||||||
'type' => 'inline',
|
'type' => 'inline',
|
||||||
'foreign_table' => 'tx_epproducts_domain_model_groupspriceboard',
|
'foreign_table' => 'tx_epproducts_domain_model_groupspriceboard',
|
||||||
'foreign_field' => 'hotel',
|
'foreign_field' => 'hotel',
|
||||||
'foreign_table_where' => 'ORDER BY price ASC',
|
|
||||||
'maxitems' => 99,
|
'maxitems' => 99,
|
||||||
'minitems' => 0,
|
'minitems' => 0,
|
||||||
'appearance' => [
|
'appearance' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user