Use multiple select boxes to improve ux
This commit is contained in:
+1
-1
@@ -837,7 +837,7 @@ return [
|
||||
'label' => 'Nicht buchbare Termine',
|
||||
'config' => [
|
||||
'type' => 'select',
|
||||
'renderType' => 'selectSingleBox',
|
||||
'renderType' => 'selectMultipleSideBySide',
|
||||
'foreign_table' => 'tx_epproducts_domain_model_date',
|
||||
'foreign_table_where' => 'AND tx_epproducts_domain_model_date.product=###THIS_UID### ORDER BY tx_epproducts_domain_model_date.date_start',
|
||||
'MM' => 'tx_epproducts_product_date_mm',
|
||||
|
||||
Reference in New Issue
Block a user