Forráskód Böngészése

Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

Julio Montoya 5 éve
szülő
commit
64ed7685d2

+ 3 - 0
main/inc/lib/userportal.lib.php

@@ -1757,6 +1757,9 @@ class IndexManager
                                     }
 
                                     $this->tpl->assign('session', $sessionParams);
+                                    $this->tpl->assign('show_tutor', (api_get_setting('show_session_coach') === 'true' ? true : false));
+                                    $this->tpl->assign('gamification_mode', $gameModeIsActive);
+                                    $this->tpl->assign('remove_session_url', api_get_configuration_value('remove_session_url'));
 
                                     if ($viewGridCourses) {
                                         $html_sessions .= $this->tpl->fetch(

+ 2 - 0
plugin/azure_active_directory/README.md

@@ -15,3 +15,5 @@ Allow authentication with Microsoft's Azure Active Directory
 * Block name: (Optional) The name to show above the buttons
 
 And assign a region. Preferably `login_bottom`
+
+> If you have issues with the OAuth request, try using OAuth 1.0 and modifying the files in this [gist](https://gist.github.com/AngelFQC/45d0d6c5eb4d4bcce24936e699cf7f1f)