mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #53998
[Bug 1403568] Re: User csv upload with Mobile Upload Token setting gives error
The upload token doesn't exist anymore on the "Settings" page.
** Changed in: mahara
Status: Triaged => Invalid
--
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/1403568
Title:
User csv upload with Mobile Upload Token setting gives error
Status in Mahara:
Invalid
Bug description:
Mahara version: 1.9.4
Attempting user csv upload with 'General Option' Mobile Upload Token setting.
'A nonrecoverable error occurred. This probably means you have encountered a bug in the system'
Mobile upload tokens input array should be converted into a vertical bar separated list, but it's not.
See: admin/users/uploadcsv.php functino uploadcsv_submit(..) { ... if (!empty($accountprefs)) { ... }
When a user is editing their preferences, this is handled correctly.
See: account/index.php function accountprefs_submit(..) { ... if (get_config('allowmobileuploads')) { ... }
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1403568/+subscriptions
References