From 8b8133f4adb3efb5be9e7b800c4d4c9e48e27e34 Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 30 Nov 2023 07:07:17 +0000 Subject: [PATCH] Doc view changes for module publish mapping, publish --- .../module_publish_mapping/module_publish_mapping.json | 5 ++++- smart_service/transactions/doctype/publish/publish.json | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json b/smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json index ae313f7..5843587 100644 --- a/smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json +++ b/smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json @@ -32,18 +32,21 @@ { "fieldname": "vehicle", "fieldtype": "Data", + "in_standard_filter": 1, "label": "Vehicle", "set_only_once": 1 }, { "fieldname": "variant", "fieldtype": "Data", + "in_standard_filter": 1, "label": "Variant", "set_only_once": 1 }, { "fieldname": "language", "fieldtype": "Data", + "in_standard_filter": 1, "label": "Language", "set_only_once": 1 }, @@ -145,7 +148,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-10-16 18:46:53.445411", + "modified": "2023-11-27 14:18:47.957675", "modified_by": "Administrator", "module": "Phase-2", "name": "Module Publish Mapping", diff --git a/smart_service/transactions/doctype/publish/publish.json b/smart_service/transactions/doctype/publish/publish.json index c3d9b0e..d4ba806 100644 --- a/smart_service/transactions/doctype/publish/publish.json +++ b/smart_service/transactions/doctype/publish/publish.json @@ -109,6 +109,8 @@ "depends_on": "eval:doc.vehicle && doc.docstatus == 0 && doc.publish_module=='Automotive System' || doc.publish_module=='Feature Finder' || doc.publish_module=='Qwik Service' ", "fieldname": "variant_mapping", "fieldtype": "Link", + "in_list_view": 1, + "in_standard_filter": 1, "label": "Variant Mapping", "options": "Variant Mapping", "read_only_depends_on": "eval:doc.publish_type == \"Global\"" @@ -321,6 +323,8 @@ { "fieldname": "publish_module", "fieldtype": "Select", + "in_list_view": 1, + "in_standard_filter": 1, "label": "Module", "options": "Automotive System\nFeature Finder\nRepair service\nQwik Service\nSpecial Tool", "reqd": 1 @@ -392,7 +396,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2023-10-06 11:58:47.207441", + "modified": "2023-11-28 10:13:05.311822", "modified_by": "Administrator", "module": "Transactions", "name": "Publish",