We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3d730 commit ea248beCopy full SHA for ea248be
main/inc/lib/sessionmanager.lib.php
@@ -2695,6 +2695,8 @@ public static function add_courses_to_session(
2695
$cat->set_weight($origCat->get_weight());
2696
$cat->set_visible(0);
2697
$cat->set_certificate_min_score($origCat->getCertificateMinScore());
2698
+ $cat->setGenerateCertificates($origCat->getGenerateCertificates());
2699
+ $cat->setIsRequirement($origCat->getIsRequirement());
2700
$cat->add();
2701
$sessionGradeBookCategoryId = $cat->get_id();
2702
$sessionCategoriesId[$origCat->get_id()] = $sessionGradeBookCategoryId;
0 commit comments