fix standard filter - id (#4782)

This commit is contained in:
Zarrar 2018-01-08 14:04:02 +05:30 committed by Faris Ansari
parent b1ccc5d35a
commit eeb65deba5

View file

@ -518,10 +518,11 @@ class FilterArea {
let fields = [
{
fieldtype: 'Data',
fieldtype: 'Link',
label: 'ID',
condition: 'like',
fieldname: 'name',
options: this.list_view.doctype,
onchange: () => this.refresh_list_view()
}
];