To test
-------
[1] Do a catalog search or retrieve a record in the web staff client.
[2] Click Place Hold.
[3] On the place hold screen, click Patron Search.
[4] Search for patrons (e.g. last name = "smith"). In the results grid,
the Profile column is empty.
[5] Apply the patch and repeat steps 3 and 4. This time, the Profile
column should contain the profile name.
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
return $q.when();
}
+ var fleshFields = egUser.defaultFleshFields.slice(0);
+ if (fleshFields.indexOf('profile') == -1)
+ fleshFields.push('profile');
+
egProgressDialog.open(); // Indeterminate
patronSvc.patrons = [];
fullSearch.sort,
fullSearch.inactive,
fullSearch.home_ou,
- egUser.defaultFleshFields,
+ fleshFields,
fullSearch.offset
).then(