fix standard filter - id (#4782)
This commit is contained in:
parent
b1ccc5d35a
commit
eeb65deba5
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue