Merge pull request #21644 from anupamvs/lms-label

fix: renaming LMS to Learning Management System
This commit is contained in:
rohitwaghchaure 2020-05-08 10:29:39 +05:30 committed by GitHub
commit e74f689ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ {
"actions": [],
"creation": "2017-04-05 13:33:04.519313", "creation": "2017-04-05 13:33:04.519313",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@ -42,12 +43,14 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"default": "0",
"description": "For Batch based Student Group, the Student Batch will be validated for every Student from the Program Enrollment.", "description": "For Batch based Student Group, the Student Batch will be validated for every Student from the Program Enrollment.",
"fieldname": "validate_batch", "fieldname": "validate_batch",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Validate Batch for Students in Student Group" "label": "Validate Batch for Students in Student Group"
}, },
{ {
"default": "0",
"description": "For Course based Student Group, the Course will be validated for every Student from the enrolled Courses in Program Enrollment.", "description": "For Course based Student Group, the Course will be validated for every Student from the enrolled Courses in Program Enrollment.",
"fieldname": "validate_course", "fieldname": "validate_course",
"fieldtype": "Check", "fieldtype": "Check",
@ -74,13 +77,13 @@
{ {
"fieldname": "web_academy_settings_section", "fieldname": "web_academy_settings_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "LMS Settings" "label": "Learning Management System Settings"
}, },
{ {
"depends_on": "eval: doc.enable_lms", "depends_on": "eval: doc.enable_lms",
"fieldname": "portal_title", "fieldname": "portal_title",
"fieldtype": "Data", "fieldtype": "Data",
"label": "LMS Title" "label": "Learning Management System Title"
}, },
{ {
"depends_on": "eval: doc.enable_lms", "depends_on": "eval: doc.enable_lms",
@ -89,9 +92,10 @@
"label": "Description" "label": "Description"
}, },
{ {
"default": "0",
"fieldname": "enable_lms", "fieldname": "enable_lms",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Enable LMS" "label": "Enable Learning Management System"
}, },
{ {
"default": "0", "default": "0",
@ -102,7 +106,8 @@
} }
], ],
"issingle": 1, "issingle": 1,
"modified": "2019-05-13 18:36:13.127563", "links": [],
"modified": "2020-05-07 19:18:10.639356",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Education", "module": "Education",
"name": "Education Settings", "name": "Education Settings",
@ -141,4 +146,4 @@
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"track_changes": 1 "track_changes": 1
} }