Browse Source

Hide reference fields

version2
venkataakhil 1 year ago
parent
commit
68c956c001
  1. 3
      smart_service/phase_2/doctype/feature_finder/feature_finder.json
  2. 13
      smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json
  3. 5
      smart_service/phase_2/doctype/repair_service_master_mapping/repair_service_master_mapping.json

3
smart_service/phase_2/doctype/feature_finder/feature_finder.json

@ -191,12 +191,13 @@
{ {
"fieldname": "tab_ref", "fieldname": "tab_ref",
"fieldtype": "Data", "fieldtype": "Data",
"hidden": 1,
"label": "Tab Ref" "label": "Tab Ref"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-08-28 11:16:20.751560", "modified": "2023-08-29 12:50:25.366051",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Phase-2", "module": "Phase-2",
"name": "Feature Finder", "name": "Feature Finder",

13
smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json

@ -8,8 +8,10 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"vehicle", "vehicle",
"variant",
"language", "language",
"column_break_s9skb",
"variant",
"publish_type",
"automotive_system", "automotive_system",
"tsb", "tsb",
"fsa", "fsa",
@ -20,8 +22,7 @@
"training_information", "training_information",
"qwik_service", "qwik_service",
"pdi_inspection", "pdi_inspection",
"torque_information_nm", "torque_information_nm"
"publish_type"
], ],
"fields": [ "fields": [
{ {
@ -112,11 +113,15 @@
"in_standard_filter": 1, "in_standard_filter": 1,
"label": "Publish Type", "label": "Publish Type",
"options": "\nInternal\nGlobal" "options": "\nInternal\nGlobal"
},
{
"fieldname": "column_break_s9skb",
"fieldtype": "Column Break"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-08-29 10:19:35.892128", "modified": "2023-08-29 12:55:51.184780",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Phase-2", "module": "Phase-2",
"name": "Module Publish Mapping", "name": "Module Publish Mapping",

5
smart_service/phase_2/doctype/repair_service_master_mapping/repair_service_master_mapping.json

@ -1,6 +1,4 @@
{ {
"_comments": "[]",
"_liked_by": "[]",
"actions": [], "actions": [],
"allow_rename": 1, "allow_rename": 1,
"autoname": "format:{vehicle}-{check_list_name}-{language}", "autoname": "format:{vehicle}-{check_list_name}-{language}",
@ -103,12 +101,13 @@
{ {
"fieldname": "lang_myid", "fieldname": "lang_myid",
"fieldtype": "Int", "fieldtype": "Int",
"hidden": 1,
"label": "Lang MyId" "label": "Lang MyId"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-08-08 12:11:28.469998", "modified": "2023-08-29 13:55:00.538663",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Phase-2", "module": "Phase-2",
"name": "Repair Service Master Mapping", "name": "Repair Service Master Mapping",

Loading…
Cancel
Save