From 800457bbda62cdfa7b59c5627bacb8545d8d48c7 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 10 Aug 2006 19:57:42 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/ue.js | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.11.0