Bläddra i källkod

fix: show doctype and fieldname filters

version-14
Ankush Menat 3 år sedan
committed by Ankush Menat
förälder
incheckning
6dfbf7b19e
1 ändrade filer med 4 tillägg och 2 borttagningar
  1. +4
    -2
      frappe/custom/doctype/custom_field/custom_field.json

+ 4
- 2
frappe/custom/doctype/custom_field/custom_field.json Visa fil

@@ -67,7 +67,8 @@
"fieldtype": "Link",
"in_filter": 1,
"in_list_view": 1,
"label": "Document",
"in_standard_filter": 1,
"label": "DocType",
"oldfieldname": "dt",
"oldfieldtype": "Link",
"options": "DocType",
@@ -94,6 +95,7 @@
"fieldname": "fieldname",
"fieldtype": "Data",
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Fieldname",
"no_copy": 1,
"oldfieldname": "fieldname",
@@ -439,7 +441,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-04-14 09:46:58.849765",
"modified": "2022-06-13 06:39:03.319667",
"modified_by": "Administrator",
"module": "Custom",
"name": "Custom Field",


Laddar…
Avbryt
Spara