Use appropriate label for select field
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ return [
|
||||
'renderType' => 'selectMultipleSideBySide',
|
||||
'foreign_table' => 'tx_epproducts_domain_model_product',
|
||||
'MM' => 'tx_epproducts_reseller_product_mm',
|
||||
'foreign_table_where' => 'AND 1=1 ORDER BY tx_epproducts_domain_model_product.name',
|
||||
'foreign_table_where' => 'AND 1=1 ORDER BY tx_epproducts_domain_model_product.name_internal',
|
||||
'minitems' => 1,
|
||||
'maxitems' => 99,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user