mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #35294
[Bug 1507865] A change has been merged
Reviewed: https://reviews.mahara.org/5682
Committed: https://git.mahara.org/mahara/mahara/commit/09e8fc4dd8e0f86d7d690149cc8bdbad01776da4
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: master
commit 09e8fc4dd8e0f86d7d690149cc8bdbad01776da4
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Fri Oct 30 13:41:44 2015 +1300
Bug 1507865: Some webservices clean up of test client area
1) Have select boxes for some fields that contain fixed set of data,
eg country, institution.
2) Have switches for boolean fields
3) Have the description information recorded to actually show up with
the fields
4) Make the password field be pieform type 'password'
behatnotneeded: unable to function when not under https
Change-Id: Icc0b5be13683acf7b1fff8479f8bb65766576ce6
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/1507865
Title:
Webservice create_users() has old social profile fields
Status in Mahara:
Fix Committed
Bug description:
The following fields are still implemented in the Webservice
create_users:
- aimscreenname
- icqnumber
- msnnumber
- yahoochat
- skypusername
- jabberusername
Which were all replaced by the new blocktype 'social profile' in the internal artefact.
If someone were to create a user and specify one of these fields, the
set_profile_field() will raise an error when generating the class name
(generate_artefact_class_name()) for the field.
I haven't actually tried to use the webservice but can see that it
will cause an error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1507865/+subscriptions
References