From: erickson Date: Thu, 10 Aug 2006 19:57:42 +0000 (+0000) Subject: updated to actually work ;) fixed bug in profile editing when user does not have... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=800457bbda62cdfa7b59c5627bacb8545d8d48c7;p=Evergreen.git updated to actually work ;) fixed bug in profile editing when user does not have perm to edit that profile git-svn-id: svn://svn.open-ils.org/ILS/trunk@5432 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/ue.js b/Open-ILS/xul/staff_client/server/patron/ue.js index 21a255f53a..f955feee0e 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue.js +++ b/Open-ILS/xul/staff_client/server/patron/ue.js @@ -134,6 +134,7 @@ function uEditCheckEditPerm() { var field = uEditFindFieldByKey('profile'); field.required = false; + removeCSSClass(field.widget.node, CSS_INVALID_DATA); uEditCheckErrors(); }