瀏覽代碼

fix: made is_system_generated hidden in customize form field doctype

version-14
Shariq Ansari 3 年之前
父節點
當前提交
874b6d3ab9
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      frappe/custom/doctype/customize_form_field/customize_form_field.json

+ 2
- 1
frappe/custom/doctype/customize_form_field/customize_form_field.json 查看文件

@@ -450,6 +450,7 @@
"default": "0", "default": "0",
"fieldname": "is_system_generated", "fieldname": "is_system_generated",
"fieldtype": "Check", "fieldtype": "Check",
"hidden": 1,
"label": "Is System Generated", "label": "Is System Generated",
"read_only": 1 "read_only": 1
} }
@@ -458,7 +459,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2022-03-31 11:27:05.269293",
"modified": "2022-03-31 12:05:11.799654",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Custom", "module": "Custom",
"name": "Customize Form Field", "name": "Customize Form Field",


Loading…
取消
儲存