]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Acq: Tracked down a small but subtle bug with the Holding Subfield tab of
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Dec 2010 19:26:05 +0000 (19:26 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 17 Dec 2010 19:26:05 +0000 (19:26 +0000)
commit9a3f03c6e3cb82a51eccaa0149eccda6aaf4fd68
tree809d770ff6d464d241804e119ff7e333ec796422
parent7989b708cdcdfdf3da5974c53aebada6a61b2907
Acq: Tracked down a small but subtle bug with the Holding Subfield tab of
the Provider editor interface.

We apparently have a global variable "name" defined somewhere which, when
assigned in place of an overrideWidget for an AutoGrid thanks to some vestigial
code, ultimately causes an error from within AutoFieldWidget, if you're using
the staff client.  That's because name is the string "browser_browser" in the
staff client, but if you access this interface from Firefox, name is apparently
set to some value that evaluates to false in a boolean context, because
AutoFieldWidget doesn't choke on it (the comparison at line 182 of that file
will return false).

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19013 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/js/ui/default/conify/global/acq/provider.js