If the author's name in a submission has multiple consecutive spaces where a suffix should be, e.g. "William H. Keith Jr.", an attempt to approve the submission results in a Python error in common.py on line "if lastname[len(lastname)-1] == ',':" with a "string index out of range" error. This should only happen with Web API submissions since regular submissions convert multiple spaces to a single space.
Anonymous
Assigned to MartyD.
Diff:
Changed the Web API to collapse multiple adjacent spaces, which should eliminate all similar issues with Web API submissions. Fixed in rest/submission.py 1.8, installed in r2014-54 on 2014-01-21. Closing.