Skip to content

Commit

Permalink
RESOLVED SPAGOBI-2314: When defining a satic closed filter, I cannot add
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-zerbetto committed Jun 23, 2016
1 parent 3280443 commit b74e2ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Ext.extend(Sbi.qbe.FilterComboBox, Ext.form.ComboBox, {
this.filterStore = new Ext.data.SimpleStore({
fields: ['funzione', 'nome', 'descrizione'],
data : [
['NONE', LN('sbi.qbe.filtergridpanel.foperators.name.none'), LN()],
['NONE', LN('sbi.qbe.filtergridpanel.foperators.name.none'), ''],
['EQUALS TO', LN('sbi.qbe.filtergridpanel.foperators.name.eq'), LN('sbi.qbe.filtergridpanel.foperators.desc.eq')],
['NOT EQUALS TO', LN('sbi.qbe.filtergridpanel.foperators.name.noteq'), LN('sbi.qbe.filtergridpanel.foperators.desc.noteq')],
['GREATER THAN', LN('sbi.qbe.filtergridpanel.foperators.name.gt'), LN('sbi.qbe.filtergridpanel.foperators.desc.gt')],
Expand Down

0 comments on commit b74e2ae

Please sign in to comment.