Comment 4 for bug 1642036

Revision history for this message
Blake GH (bmagic) wrote :

This bug seems like it could be pretty easy to fix. Especially with the added clue that the grid DOES show the member details when the web page is refreshed from the group member details screen. Looking at the browser development tools console I see that it's complaining about:

grid.setQuery is not a function

This code is executed in ui/default/staff/circ/patron/app.js in the section about $scope.initTab('other'

here it's calling grid.setQuery which apparently is not instantiated if the page was loaded on a different section of the patron account before toggled to "Group Member Details". Thoughts on this?