Skip to content

Commit

Permalink
Merge pull request #3 from RhymeDigital/master
Browse files Browse the repository at this point in the history
Merge DCA changes from Pull Request #1
  • Loading branch information
blairwinans committed May 22, 2016
2 parents 763b310 + 23e5424 commit c3171b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
'tl_class' => 'clr',
'foreignTable' => 'tl_iso_product',
'fieldType' => 'checkbox',
'listFields' => array('type'=>"(SELECT name FROM " . \Isotope\Model\ProductType::getTable() . " WHERE " . \Isotope\Model\Product::getTable() . ".type=" . \Isotope\Model\ProductType::getTable() . ".id)", 'name', 'sku'),
/* 'listFields' => array('type'=>"(SELECT name FROM " . \Isotope\Model\ProductType::getTable() . " WHERE " . \Isotope\Model\Product::getTable() . ".type=" . \Isotope\Model\ProductType::getTable() . ".id)", 'name', 'sku'),*/
'listFields' => array('type'=>"type", 'name', 'sku'),
'searchFields' => array('name', 'alias', 'sku', 'description'),
'sqlWhere' => 'pid=0',
'searchLabel' => 'Search products',
Expand Down

0 comments on commit c3171b9

Please sign in to comment.