← Back to team overview

mahara-contributors team mailing list archive

[Bug 1410549] Re: webservice/apptokens.php doesn't show the correct admin side main nav

 

Fixed as part of another bug/patch

** Changed in: mahara
       Status: Confirmed => Fix Committed

-- 
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:
  Fix Committed

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


References