fix: updated app name in workspace and desktop
This commit is contained in:
@@ -783,11 +783,11 @@ const isAdmin = computed(() => {
|
||||
|
||||
const allowEdit = () => {
|
||||
if (window.read_only_mode) return false
|
||||
if (isAdmin.value) return true
|
||||
return false
|
||||
return isAdmin.value
|
||||
}
|
||||
|
||||
const allowInstructorContent = () => {
|
||||
if (window.read_only_mode) return false
|
||||
return isAdmin.value
|
||||
}
|
||||
|
||||
|
||||
@@ -6,14 +6,15 @@
|
||||
"hidden": 0,
|
||||
"icon_type": "App",
|
||||
"idx": 0,
|
||||
"label": "Frappe LMS",
|
||||
"label": "Frappe Learning",
|
||||
"link": "/lms",
|
||||
"link_type": "External",
|
||||
"logo_url": "/assets/lms/frontend/learning.svg",
|
||||
"modified": "2025-12-15 14:31:50.704854",
|
||||
"modified_by": "Administrator",
|
||||
"name": "Frappe LMS",
|
||||
"name": "Frappe Learning",
|
||||
"owner": "Administrator",
|
||||
"restrict_removal": 0,
|
||||
"roles": [],
|
||||
"standard": 1
|
||||
}
|
||||
@@ -5,7 +5,7 @@ from . import __version__ as app_version
|
||||
app_name = "frappe_lms"
|
||||
app_title = "Learning"
|
||||
app_publisher = "Frappe"
|
||||
app_description = "Frappe LMS App"
|
||||
app_description = "Open Source Learning Management System built with Frappe Framework"
|
||||
app_icon_url = "/assets/lms/images/lms-logo.png"
|
||||
app_icon_title = "Learning"
|
||||
app_color = "grey"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"icon": "education",
|
||||
"idx": 0,
|
||||
"is_hidden": 0,
|
||||
"label": "LMS",
|
||||
"label": "Learning",
|
||||
"links": [
|
||||
{
|
||||
"hidden": 0,
|
||||
@@ -150,10 +150,10 @@
|
||||
"type": "Link"
|
||||
}
|
||||
],
|
||||
"modified": "2025-12-08 13:23:09.718683",
|
||||
"modified_by": "sayali@frappe.io",
|
||||
"modified": "2026-02-23 12:27:25.010341",
|
||||
"modified_by": "Administrator",
|
||||
"module": "LMS",
|
||||
"name": "LMS",
|
||||
"name": "Learning",
|
||||
"number_cards": [],
|
||||
"owner": "Administrator",
|
||||
"parent_page": "",
|
||||
@@ -217,6 +217,6 @@
|
||||
"type": "DocType"
|
||||
}
|
||||
],
|
||||
"title": "LMS",
|
||||
"title": "Learning",
|
||||
"type": "Workspace"
|
||||
}
|
||||
Reference in New Issue
Block a user