From cd3236976fa99cf3630db412793fa9fa60b9e03b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 2 Mar 2023 22:48:26 +0530 Subject: [PATCH] fix: class list settings --- lms/lms/doctype/lms_class/lms_class.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lms/lms/doctype/lms_class/lms_class.json b/lms/lms/doctype/lms_class/lms_class.json index 7f4c99cf..a2a51330 100644 --- a/lms/lms/doctype/lms_class/lms_class.json +++ b/lms/lms/doctype/lms_class/lms_class.json @@ -29,6 +29,7 @@ { "fieldname": "end_date", "fieldtype": "Date", + "in_list_view": 1, "label": "End Date", "reqd": 1 }, @@ -60,6 +61,7 @@ { "fieldname": "start_date", "fieldtype": "Date", + "in_list_view": 1, "label": "Start Date", "reqd": 1 }, @@ -73,7 +75,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2022-11-25 10:37:24.250557", + "modified": "2023-03-02 22:47:13.139289", "modified_by": "Administrator", "module": "LMS", "name": "LMS Class", @@ -107,5 +109,6 @@ ], "sort_field": "modified", "sort_order": "DESC", - "states": [] -} + "states": [], + "title_field": "title" +} \ No newline at end of file