fix: proper sorting configuration in hotel tca

This commit is contained in:
Björn Fromme
2025-06-23 09:25:59 +02:00
parent 2b63553090
commit 7bd78cf50e
@@ -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' => [