fix: fixed the issue of lesson body getting mangled on save

enabled `ignore_xss_filter` for lesson body to disable sanitizing the
input.

Issue #231
This commit is contained in:
Anand Chitipothu
2021-10-11 15:08:29 +05:30
parent 13022e0bcc
commit 25ec4ae7c6

View File

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