Trying to update patron CSS color fails here, so don't try
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 26 Jul 2012 20:45:24 +0000 (16:45 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 15 Aug 2012 19:52:54 +0000 (15:52 -0400)
commit1b83e8c2beb00d64e06c6a712e1da2959b905956
tree942cb2e2904d1f669622e9ca873aac4a9ee8aa03
parent98355071ba4bd0801a0c809a1ec3e9eaaf9aecbf
Trying to update patron CSS color fails here, so don't try

After modifying user standing penalties ("messages" in the staff client
patron interface), you could get this error message in an alert() dialog:
    TypeError: patron.display is undefined.

We were apparently trying to use patron.util.set_patron_css() wrongly,
so the commented out changed verison of the call got farther, but stopped at
    ...penalties[i].standing_penalty().name is not a function.

Which probably has something to do with unfleshed data.  Somebody can
get to the bottom of this if they want, but for now it's easier just not
to try to do this and make the alert() dialog go away.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/xul/staff_client/server/patron/standing_penalties.js