mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #08570
[Bug 968697] [NEW] Bad calls to get_string upload csv for duplicate remote usernames
Public bug reported:
When uploading users from a csv file, the remote usernames given in the
file are checked for duplicates. When a duplicate is found, get_string
is called to generate the error message using the string key
'uploadcsverrorremoteusertaken', but in two of three instances, it is
called with too few arguments to sprintf. Sometimes this results in no
error being reported to the user at all.
** Affects: mahara
Importance: Low
Assignee: Richard Mansfield (richard-mansfield)
Status: In Progress
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/968697
Title:
Bad calls to get_string upload csv for duplicate remote usernames
Status in Mahara ePortfolio:
In Progress
Bug description:
When uploading users from a csv file, the remote usernames given in
the file are checked for duplicates. When a duplicate is found,
get_string is called to generate the error message using the string
key 'uploadcsverrorremoteusertaken', but in two of three instances, it
is called with too few arguments to sprintf. Sometimes this results in
no error being reported to the user at all.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/968697/+subscriptions
Follow ups
References