refactor: Rename 'include_in_import_template' to 'in_import_template'
This commit is contained in:
parent
df2947b546
commit
78b81fc7cf
2 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
"print_hide",
|
"print_hide",
|
||||||
"print_hide_if_no_value",
|
"print_hide_if_no_value",
|
||||||
"report_hide",
|
"report_hide",
|
||||||
"include_in_import_template",
|
"in_import_template",
|
||||||
"column_break_28",
|
"column_break_28",
|
||||||
"depends_on",
|
"depends_on",
|
||||||
"collapsible",
|
"collapsible",
|
||||||
|
|
@ -645,7 +645,7 @@
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"description": "Enable this option to include the field in the data import template",
|
"description": "Enable this option to include the field in the data import template",
|
||||||
"fieldname": "include_in_import_template",
|
"fieldname": "in_import_template",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Include in Import Template"
|
"label": "Include in Import Template"
|
||||||
}
|
}
|
||||||
|
|
@ -655,7 +655,7 @@
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2026-04-07 15:23:18.264098",
|
"modified": "2026-04-24 13:21:02.590853",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Core",
|
"module": "Core",
|
||||||
"name": "DocField",
|
"name": "DocField",
|
||||||
|
|
|
||||||
|
|
@ -83,10 +83,10 @@ class DocField(Document):
|
||||||
ignore_xss_filter: DF.Check
|
ignore_xss_filter: DF.Check
|
||||||
in_filter: DF.Check
|
in_filter: DF.Check
|
||||||
in_global_search: DF.Check
|
in_global_search: DF.Check
|
||||||
|
in_import_template: DF.Check
|
||||||
in_list_view: DF.Check
|
in_list_view: DF.Check
|
||||||
in_preview: DF.Check
|
in_preview: DF.Check
|
||||||
in_standard_filter: DF.Check
|
in_standard_filter: DF.Check
|
||||||
include_in_import_template: DF.Check
|
|
||||||
is_virtual: DF.Check
|
is_virtual: DF.Check
|
||||||
label: DF.Data | None
|
label: DF.Data | None
|
||||||
length: DF.Int
|
length: DF.Int
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue