Update WSGC's modal. Some Spark work and Luminate had a translation request. Task to mass delete from keystone.

This commit is contained in:
Norm Rasmussen
2024-10-09 17:04:03 -04:00
parent 9245e67844
commit 34eaf19e68
7 changed files with 117 additions and 55 deletions

View File

@ -17,7 +17,7 @@
{% assign resource_bundles_to_display = "" %}
{% if features.learning_paths? %}
{% if enrolled_learning_paths.any? %}
{% if enrolled_learning_paths.any? %}
{% if current_person.properties.access_level == "EXPERIENCED" %}
{% assign resource_bundles_to_display = current_school.properties.featured_resource_bundles_experienced | downcase %}
{% elsif current_person.properties.access_level == "BEGINNER" %}
@ -61,7 +61,7 @@
{% for learning_path in enrolled_learning_paths %}
{% assign lp_title_downcase = learning_path.name | downcase | strip | escape_once %}
{% if lp_title_downcase contains bundle_name %}
<div class="course-slide lp-slide">
<div class="course-slide lp-slide">
{% include "cards_learning_path" with learning_path, enrolled_courses: enrolled_courses %}
</div>
{% break %}
@ -105,4 +105,4 @@
hideWelcomeMessage(userData, schoolUuid)
}
})
</script>
</script>