- Issue created by @mrhorse
- @mrhorse opened merge request.
- Issue was unassigned.
- Status changed to Needs review
5 months ago 4:53am 18 December 2024 - Status changed to RTBC
about 1 month ago 9:48am 9 April 2025 - 🇬🇧United Kingdom aps-andrew
I think there are still a few instances that need fixing, I found these notices after trying to run the update script
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/web/modules/contrib/opigno_learning_path/src/Controller/LearningPathAchievementController.php on line 804
$selector = "#module_panel_${training_id}_${course_id}_${module_id}";
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/web/modules/contrib/opigno_learning_path/src/Controller/LearningPathAchievementController.php on line 826
$selector = "#module_panel_${training_id}_${module_id}";