diff --git a/.github/helper/install_dependencies.sh b/.github/helper/install_dependencies.sh index b8da0226..e4c45b4b 100644 --- a/.github/helper/install_dependencies.sh +++ b/.github/helper/install_dependencies.sh @@ -4,7 +4,7 @@ set -e echo "Setting Up System Dependencies..." sudo apt update -sudo apt install libcups2-dev redis-server mariadb-client-10.6 +sudo apt install libcups2-dev redis-server mariadb-client-10.6 mariadb-client-core-10.6 install_wkhtmltopdf() { wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb diff --git a/lms/lms/utils.py b/lms/lms/utils.py index efece300..db62cdcd 100644 --- a/lms/lms/utils.py +++ b/lms/lms/utils.py @@ -533,7 +533,16 @@ def get_courses_under_review(): return frappe.get_all( "LMS Course", {"status": "Under Review"}, - ["name", "upcoming", "title", "image", "enable_certification", "status", "published"], + [ + "name", + "upcoming", + "title", + "short_introduction", + "image", + "enable_certification", + "status", + "published", + ], ) diff --git a/lms/lms/web_template/course_cards/course_cards.html b/lms/lms/web_template/course_cards/course_cards.html index 16aa2b8f..0567cf2a 100644 --- a/lms/lms/web_template/course_cards/course_cards.html +++ b/lms/lms/web_template/course_cards/course_cards.html @@ -6,7 +6,8 @@