Skip to content

Commit

Permalink
Merge branch 'pu/cf/rt/225790' into '2022.11'
Browse files Browse the repository at this point in the history
tweak(CRM): productCombo search by name

See merge request tine20/tine20!5073
  • Loading branch information
pschuele committed Mar 11, 2024
2 parents a5a96db + f7a0379 commit 28859e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tine20/Crm/js/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ Tine.Crm.Product.GridPanel = Ext.extend(Ext.grid.EditorGridPanel, {
productsStore: this.store,
blurOnSelect: true,
recordClass: Tine.Sales.Model.Product,
sortBy: 'name',
sortDir: 'ASC',
getValue: function() {
return this.selectedRecord ? this.selectedRecord.data : null;
},
Expand Down

0 comments on commit 28859e3

Please sign in to comment.