fix panel filters
This commit is contained in:
@@ -159,7 +159,7 @@ Espo.define('views/record/panels/relationship', ['views/record/panels/bottom', '
|
||||
}
|
||||
this.actionList.push({
|
||||
action: 'selectFilter',
|
||||
html: this.translate(item, 'presetFilters', this.scope) + '<span class="glyphicon glyphicon-ok pull-right' + (!selected ? ' hidden' : '') + '"></span>',
|
||||
html: '<span class="glyphicon glyphicon-ok pull-right' + (!selected ? ' hidden' : '') + '"></span>' + this.translate(item, 'presetFilters', this.scope),
|
||||
data: {
|
||||
name: item
|
||||
}
|
||||
|
||||
@@ -248,7 +248,7 @@ Espo.define('views/stream/panel', ['views/record/panels/relationship', 'lib!Text
|
||||
}
|
||||
list.push({
|
||||
action: 'selectFilter',
|
||||
html: this.translate(item, 'filters', 'Note') + '<span class="glyphicon glyphicon-ok pull-right' + (!selected ? ' hidden' : '') + '"></span>',
|
||||
html: '<span class="glyphicon glyphicon-ok pull-right' + (!selected ? ' hidden' : '') + '"></span>' + this.translate(item, 'filters', 'Note'),
|
||||
data: {
|
||||
name: item
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user