Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
updating grade score for student with special characters ( semicolon, for ex. abcd;efgh12345) results in error.
GENERAL
TESTING
GENERAL
TESTING
Description
Functional Description: Correct a situation in which a semicolon character in student user IDs can generate errors.
Create a student with user id like "abcd;efgh12345" and try to update this student grades for assignments/quizes through GB2 UI. will result in error, because the student Id is being split at the semicolon and the lookup for user information is for "abcd" instead.
Attachments
1
28 Sep 2010, 01:29 PM
Activity
Show:
Thomas Amsler January 11, 2011 at 4:54 PM
There is no specific QA testing needed. This fix is covered by the "overall" testing.
Thomas Amsler September 30, 2010 at 8:08 PM
I just fixed another missed StudentId. This is fixed in trunk at r70512. I have merged that revision into the 1.2.x-test and 1.3.x-test branches. This fix will be in the 1.2.1-b3 and 1.3.1-b3 tags.
Functional Description: Correct a situation in which a semicolon character in student user IDs can generate errors.
Create a student with user id like "abcd;efgh12345" and try to update this student grades for assignments/quizes through GB2 UI. will result in error, because the student Id is being split at the semicolon and the lookup for user information is for "abcd" instead.