Resolve "Assignment request count broken on stats page"
Compare changes
The bug was that the function used to retrieve the associated values to the keys were returning undefined entries. This was changed by deconstructing the object into an array of keys and values simultaneously.
Closes #664 (closed)