From 1327b033e6fef3b7ce982ca970c2c3ad27da27d3 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 16 May 2023 16:47:41 +0530 Subject: [PATCH] fix: removed student details doctype --- .../doctype/class_student_detail/__init__.py | 0 .../class_student_detail.js | 8 --- .../class_student_detail.json | 51 ------------------- .../class_student_detail.py | 9 ---- .../test_class_student_detail.py | 9 ---- lms/www/classes/index.html | 2 +- 6 files changed, 1 insertion(+), 78 deletions(-) delete mode 100644 lms/lms/doctype/class_student_detail/__init__.py delete mode 100644 lms/lms/doctype/class_student_detail/class_student_detail.js delete mode 100644 lms/lms/doctype/class_student_detail/class_student_detail.json delete mode 100644 lms/lms/doctype/class_student_detail/class_student_detail.py delete mode 100644 lms/lms/doctype/class_student_detail/test_class_student_detail.py diff --git a/lms/lms/doctype/class_student_detail/__init__.py b/lms/lms/doctype/class_student_detail/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/lms/lms/doctype/class_student_detail/class_student_detail.js b/lms/lms/doctype/class_student_detail/class_student_detail.js deleted file mode 100644 index 5ee5c29a..00000000 --- a/lms/lms/doctype/class_student_detail/class_student_detail.js +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2023, Frappe and contributors -// For license information, please see license.txt - -// frappe.ui.form.on("Class Student Detail", { -// refresh(frm) { - -// }, -// }); diff --git a/lms/lms/doctype/class_student_detail/class_student_detail.json b/lms/lms/doctype/class_student_detail/class_student_detail.json deleted file mode 100644 index 039d8d8f..00000000 --- a/lms/lms/doctype/class_student_detail/class_student_detail.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "actions": [], - "allow_rename": 1, - "creation": "2023-05-03 20:52:46.950991", - "default_view": "List", - "doctype": "DocType", - "editable_grid": 1, - "engine": "InnoDB", - "field_order": [ - "user", - "full_name" - ], - "fields": [ - { - "fieldname": "user", - "fieldtype": "Link", - "label": "User", - "options": "User" - }, - { - "fieldname": "full_name", - "fieldtype": "Data", - "label": "Full Name" - } - ], - "index_web_pages_for_search": 1, - "links": [], - "modified": "2023-05-03 20:52:46.950991", - "modified_by": "Administrator", - "module": "LMS", - "name": "Class Student Detail", - "owner": "Administrator", - "permissions": [ - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "System Manager", - "share": 1, - "write": 1 - } - ], - "sort_field": "modified", - "sort_order": "DESC", - "states": [], - "track_changes": 1 -} \ No newline at end of file diff --git a/lms/lms/doctype/class_student_detail/class_student_detail.py b/lms/lms/doctype/class_student_detail/class_student_detail.py deleted file mode 100644 index 86dd6138..00000000 --- a/lms/lms/doctype/class_student_detail/class_student_detail.py +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (c) 2023, Frappe and contributors -# For license information, please see license.txt - -# import frappe -from frappe.model.document import Document - - -class ClassStudentDetail(Document): - pass diff --git a/lms/lms/doctype/class_student_detail/test_class_student_detail.py b/lms/lms/doctype/class_student_detail/test_class_student_detail.py deleted file mode 100644 index bbdcb88f..00000000 --- a/lms/lms/doctype/class_student_detail/test_class_student_detail.py +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (c) 2023, Frappe and Contributors -# See license.txt - -# import frappe -from frappe.tests.utils import FrappeTestCase - - -class TestClassStudentDetail(FrappeTestCase): - pass diff --git a/lms/www/classes/index.html b/lms/www/classes/index.html index c1059373..312d2eb8 100644 --- a/lms/www/classes/index.html +++ b/lms/www/classes/index.html @@ -81,7 +81,7 @@