From 3382de0ecb9509d56f42b6c1bee41210d0c6e22a Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Thu, 6 May 2021 15:47:47 +0530 Subject: [PATCH] refactor: removed slug from course page. --- community/lms/doctype/lms_course/lms_course.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/community/lms/doctype/lms_course/lms_course.json b/community/lms/doctype/lms_course/lms_course.json index 1ec13d08..9ec683b6 100644 --- a/community/lms/doctype/lms_course/lms_course.json +++ b/community/lms/doctype/lms_course/lms_course.json @@ -8,7 +8,6 @@ "engine": "InnoDB", "field_order": [ "title", - "slug", "is_published", "column_break_3", "short_code", @@ -42,14 +41,6 @@ "fieldtype": "Data", "label": "Short Code" }, - { - "description": "The slug of the course. Autogenerated from the title if not specified.", - "fieldname": "slug", - "fieldtype": "Data", - "in_list_view": 1, - "label": "Slug", - "unique": 1 - }, { "fieldname": "column_break_3", "fieldtype": "Column Break" @@ -93,7 +84,7 @@ "link_fieldname": "course" } ], - "modified": "2021-05-06 11:15:45.728976", + "modified": "2021-05-06 13:37:03.318829", "modified_by": "Administrator", "module": "LMS", "name": "LMS Course", @@ -112,7 +103,7 @@ "write": 1 } ], - "search_fields": "slug", + "search_fields": "title", "sort_field": "creation", "sort_order": "DESC", "title_field": "title",