chore: Add comment to explain the reason for ignoring validation
This commit is contained in:
parent
4aec95809f
commit
8dfacdecac
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue