MDL-54551 core: AJAX call redirects to login page when session expired

This commit is contained in:
Thom Rawson 2018-05-06 14:25:39 +09:00 committed by Mark Nelson
parent 8c51626841
commit acf94de6d5
4 changed files with 19 additions and 7 deletions

View file

@ -186,6 +186,7 @@ $string['service'] = 'Service';
$string['servicehelpexplanation'] = 'A service is a set of functions. A service can be accessed by all users or just specified users.';
$string['servicename'] = 'Service name';
$string['servicenotavailable'] = 'Web service is not available (it doesn\'t exist or might be disabled)';
$string['servicerequireslogin'] = 'Web service requires login (the session has been logged out or has expired. Please save any work on the current page before continuing)';
$string['servicesbuiltin'] = 'Built-in services';
$string['servicescustom'] = 'Custom services';
$string['serviceusers'] = 'Authorised users';