mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #23567
[Bug 1410549] [NEW] webservice/apptokens.php doesn't show the correct admin side main nav
Public bug reported:
Because it uses
define('INADMINMENU', 1);
rather than
define('ADMIN', 1);
it doesn't have the 'Return to site' link
so the fix here would be to either
a) see if the webservice/apptokens.php needs to not be restricted to
admin access only and if only admins should access it then change it to
define('ADMIN', 1);
b) if non admins need to access this file (possibly when logging in from
third party site) then we need to get the INADMINMENU to show the
'Return to site' link
** Affects: mahara
Importance: High
Assignee: Robert Lyon (robertl-9)
Status: Confirmed
** Tags: webservices
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1410549
Title:
webservice/apptokens.php doesn't show the correct admin side main nav
Status in Mahara ePortfolio:
Confirmed
Bug description:
Because it uses
define('INADMINMENU', 1);
rather than
define('ADMIN', 1);
it doesn't have the 'Return to site' link
so the fix here would be to either
a) see if the webservice/apptokens.php needs to not be restricted to
admin access only and if only admins should access it then change it
to define('ADMIN', 1);
b) if non admins need to access this file (possibly when logging in
from third party site) then we need to get the INADMINMENU to show the
'Return to site' link
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1410549/+subscriptions
Follow ups
References