fix: proper sorting configuration in hotel tca
This commit is contained in:
+2
-1
@@ -641,7 +641,6 @@ return [
|
||||
'type' => 'inline',
|
||||
'foreign_table' => 'tx_epproducts_domain_model_groupspriceconfig',
|
||||
'foreign_field' => 'hotel',
|
||||
'foreign_sortby' => 'sorting',
|
||||
'maxitems' => 99,
|
||||
'minitems' => 0,
|
||||
'appearance' => [
|
||||
@@ -661,6 +660,7 @@ return [
|
||||
'type' => 'inline',
|
||||
'foreign_table' => 'tx_epproducts_domain_model_groupspriceboard',
|
||||
'foreign_field' => 'hotel',
|
||||
'foreign_sortby' => 'sorting',
|
||||
'maxitems' => 99,
|
||||
'minitems' => 0,
|
||||
'appearance' => [
|
||||
@@ -681,6 +681,7 @@ return [
|
||||
'type' => 'inline',
|
||||
'foreign_table' => 'tx_epproducts_domain_model_groupspriceoption',
|
||||
'foreign_field' => 'hotel',
|
||||
'foreign_sortby' => 'sorting',
|
||||
'maxitems' => 99,
|
||||
'minitems' => 0,
|
||||
'appearance' => [
|
||||
|
||||
Reference in New Issue
Block a user