diff --git a/frappe/public/js/frappe/ui/filters/filter_list.js b/frappe/public/js/frappe/ui/filters/filter_list.js index 18ae1d1819..b9a131d4c7 100644 --- a/frappe/public/js/frappe/ui/filters/filter_list.js +++ b/frappe/public/js/frappe/ui/filters/filter_list.js @@ -63,6 +63,8 @@ frappe.ui.FilterGroup = class { } validate_args(doctype, fieldname) { + // Tags attached to the document are maintained seperately in Tag Link + // and is not the part of doctype meta therefore tag fieldname validation is ignored. if (doctype === "Tag Link" && fieldname === "tag") { return true; }