[fix] for notification
This commit is contained in:
@@ -129,8 +129,6 @@ website_route_rules = [
|
||||
{"from_route": "/admissions", "to_route": "Student Admission"},
|
||||
{"from_route": "/boms", "to_route": "BOM"},
|
||||
{"from_route": "/timesheets", "to_route": "Timesheet"},
|
||||
{"from_route": "/grant-application", "to_route": "Grant Application"},
|
||||
{"from_route": "/chapters", "to_route": "Chapter"},
|
||||
]
|
||||
|
||||
standard_portal_menu_items = [
|
||||
@@ -151,8 +149,6 @@ standard_portal_menu_items = [
|
||||
{"title": _("Fees"), "route": "/fees", "reference_doctype": "Fees", "role":"Student"},
|
||||
{"title": _("Newsletter"), "route": "/newsletters", "reference_doctype": "Newsletter"},
|
||||
{"title": _("Admission"), "route": "/admissions", "reference_doctype": "Student Admission"},
|
||||
{"title": _("Grant Application"), "route": "/grant-application", "reference_doctype": "Grant Application", "role": "Non Profit Portal User"},
|
||||
{"title": _("Chapter"), "route": "/chapters", "reference_doctype": "Chapter"}
|
||||
]
|
||||
|
||||
default_roles = [
|
||||
|
||||
Reference in New Issue
Block a user