]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1365661 Found patrons with same name not opening
authorAdam Bowling <abowling@emeralddata.net>
Fri, 16 Jan 2015 22:18:24 +0000 (17:18 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 12 Jun 2015 20:52:30 +0000 (16:52 -0400)
commitf2e5b8d0523687842656b82898dd1a111ac866f5
tree856face67a55ca7fd22d34cdddac2f75fa2abb3d
parent6f13a9314148d0f9eafbba3c4bf6f6e3c428cb86
LP#1365661 Found patrons with same name not opening

This patch fixes the error, while registering a new patron
and clicking the link "Found {$0} patron(s) with the same
name" did not previously work in the staff client.

To reproduce the bug, register a new patron with the name of an
existing patron.  The little widget with the message described
above will appear.  The message is a hyperlink, but nothing
appears to happen if you click it.  The JavaScript console will
contain an error ReferenceError:js2JSON is not defined.

After applying this patch, clicking the hyperlink does a search
for matching patrons as intended.  The ReferenceError also
disappears.

Signed-off-by: Adam Bowling <abowling@emeralddata.net>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/xul/staff_client/server/index.xhtml