[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
raeburn
raeburn at source.lon-capa.org
Tue Jan 9 10:44:44 EST 2018
raeburn Tue Jan 9 15:44:44 2018 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- Include use of "Check for changes" link as mechanism to update roles list,
in case where an unprivileged user has no roles listed.
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.335 loncom/auth/lonroles.pm:1.336
--- loncom/auth/lonroles.pm:1.335 Fri Oct 27 17:43:47 2017
+++ loncom/auth/lonroles.pm Tue Jan 9 15:44:43 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.335 2017/10/27 17:43:47 raeburn Exp $
+# $Id: lonroles.pm,v 1.336 2018/01/09 15:44:43 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1635,6 +1635,7 @@
<li>'.&mt('You are in a section of course for which automatic enrollment in the corresponding LON-CAPA course is not active.').'</li>
<li>'.&mt('The start date for automated enrollment has yet to be reached.').'</li>
<li>'.&mt('You registered for the course recently and there is a time lag between the time you register, and the time this information becomes available for the update of LON-CAPA course rosters.').'</li>
+ <li>'.&mt('Automated enrollment added you to the course in the time since you last logged in.').' '.&mt('If that is the case you can use the "Check for changes" link in the gray Functions bar to update the list of your available course roles.').'</li>
</ul>');
} else {
$r->print(&mt('If you were expecting to see an active role listed for a particular course, that course may not have been created yet.').'<br />');
More information about the LON-CAPA-cvs
mailing list