⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Quicksearch instead of searchable select



FiDo

FiDo
  • profile picture
  • Member

Posted 02 September 2020 - 13:56 PM

Hello,

 

i am upgrading CI and GC right now and with the enterprise Edition i have a problem with table relation

 

The search field ist now a searchable select

It used to be like this:

[attachment=1424:Bildschirmfoto vom 2020-09-02 15-47-58.png]

 

And now it is like this:

[attachment=1425:Bildschirmfoto vom 2020-09-02 15-46-59.png]

 

My code:

$crud->columns(['id', 'artnum', 'standort', 'preis', 'zustand', 'verkauft', 'anmerkung']);
$crud->setRelation('artnum', 'ta_artikel', '{Marke} {Modell} {Stimmung} {Farbe}');

My customer needs the old search field back for that coloumn, how can i change it?