Use multiple select boxes to improve ux

This commit is contained in:
Björn Fromme
2020-03-05 12:59:47 +01:00
parent 6c5ea3956a
commit eda1b03f24
@@ -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',