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",