← Back to team overview

mahara-contributors team mailing list archive

[Bug 1494565] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5428
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/37b4b433c9838e7567ea31d1fbb2ca8247404389
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    15.04_STABLE

commit 37b4b433c9838e7567ea31d1fbb2ca8247404389
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Fri Sep 11 16:16:48 2015 +1200

Bug 1494565: sorting out problem with 2 'description' fields

Renaming the 2nd one

behatnotneeded

Change-Id: Ib39b868db92a60b1640fdd28603ca513148b6d23
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

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

Title:
  Web services auth uses wrong lang string in auth list

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  Mahara 15.04 and 15.10

  When you are on /admin/users/institutions.php and edit an institution,
  you an choose "Web services" from the list of authentication methods.
  The description only reads "Description" instead of the actual
  description "Web services-only users authenticated against Mahara's
  database".

  I tracked it down to the following (in Mahara 15.10):
  The "description" string on line 16 of /auth/webservice/lang/en.utf8/auth.webservice.php is correct. However, the auth list uses string "description" from line 153 from the section "wsdoc" instead. 

  When I comment the wsdoc "description" out, the proper description
  shows up in the authlist. So changing the string ID for the wsdoc to
  "wsdocdescription" should all that is needed. Unfortunately, I
  couldn't identify where I could change the string in the code and thus
  couldn't change it myself.

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


References