From eb59713b656fc33106dd792406bdb0d42f6575d6 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Thu, 16 Dec 2021 11:45:29 +0530 Subject: [PATCH] fix: delete invalid links from Cohort doctype --- school/lms/doctype/cohort/cohort.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/school/lms/doctype/cohort/cohort.json b/school/lms/doctype/cohort/cohort.json index f9cb7527..62caae8a 100644 --- a/school/lms/doctype/cohort/cohort.json +++ b/school/lms/doctype/cohort/cohort.json @@ -104,19 +104,9 @@ "group": "Links", "link_doctype": "Cohort Subgroup", "link_fieldname": "cohort" - }, - { - "group": "Links", - "link_doctype": "Cohort Student", - "link_fieldname": "cohort" - }, - { - "group": "Links", - "link_doctype": "Cohort Page", - "link_fieldname": "cohort" } ], - "modified": "2021-12-04 23:22:10.248781", + "modified": "2021-12-16 11:45:12.451226", "modified_by": "Administrator", "module": "LMS", "name": "Cohort",