← Back to team overview

mahara-contributors team mailing list archive

[Bug 1512542] Re: Missing langstring "mobileuploadnotenabled" in MaharaDroid API

 

This bug's been present since the beginning. The
"mobileuploadnotenabled" string was defined in lang/auth.php, but the
call to get_string() looked for in lang/account.php, so that explains
the error.

I'm changing the call to get_string() to look in auth.php, since it'll
already be translated there, and it nicely groups together all the
mobileupload error strings in one file.

** Also affects: mahara/15.04
   Importance: Undecided
       Status: New

** Also affects: mahara/1.10
   Importance: Undecided
       Status: New

** Changed in: mahara/15.04
   Importance: Undecided => Low

** Changed in: mahara/1.10
   Importance: Undecided => Low

** Changed in: mahara/15.04
       Status: New => Confirmed

** Changed in: mahara/1.10
       Status: New => Confirmed

** Changed in: mahara/15.04
    Milestone: None => 15.04.5

** Changed in: mahara/1.10
    Milestone: None => 1.10.8

-- 
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/1512542

Title:
  Missing langstring "mobileuploadnotenabled" in MaharaDroid API

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  In Progress

Bug description:
  While trying to connect MaharaDroid to a 15.10.0 site that had the
  mobile uploads option turned off at the site level, I got back an
  error response that had a missing lang string identifier in it:
  [[mobileuploadnotenabled/account]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1512542/+subscriptions


References