webservice/apptokens.php doesn't show the correct admin side main nav

Bug #1410549 reported by Robert Lyon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Fix Released
High
Robert Lyon

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

Tags: webservices
Revision history for this message
Robert Lyon (robertl-9) wrote :

Fixed as part of another bug/patch

Changed in mahara:
status: Confirmed → Fix Committed
Robert Lyon (robertl-9)
Changed in mahara:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.