fix: removed badge page reference from the router
This commit is contained in:
@@ -139,12 +139,6 @@ const routes = [
|
|||||||
name: 'Notifications',
|
name: 'Notifications',
|
||||||
component: () => import('@/pages/Notifications.vue'),
|
component: () => import('@/pages/Notifications.vue'),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/badges/:badgeName/:email',
|
|
||||||
name: 'Badge',
|
|
||||||
component: () => import('@/pages/Badge.vue'),
|
|
||||||
props: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/quizzes',
|
path: '/quizzes',
|
||||||
name: 'Quizzes',
|
name: 'Quizzes',
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ import frappe
|
|||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.db.set_value("LMS Settings", None, "allow_job_posting", 1)
|
frappe.db.set_single_value("LMS Settings", "allow_job_posting", 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user