Merge pull request #232 from anandology/ignore-xss-for-lesson

fix: fixed the issue of lesson body getting mangled on save
This commit is contained in:
Jannat Patel
2021-10-11 17:13:50 +05:30
committed by GitHub

View File

@@ -56,6 +56,7 @@
{ {
"fieldname": "body", "fieldname": "body",
"fieldtype": "Markdown Editor", "fieldtype": "Markdown Editor",
"ignore_xss_filter": 1,
"label": "Body", "label": "Body",
"reqd": 1 "reqd": 1
}, },
@@ -71,7 +72,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2021-09-29 15:28:51.418015", "modified": "2021-10-11 15:07:38.134809",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "LMS", "module": "LMS",
"name": "Course Lesson", "name": "Course Lesson",