[open-ils-commits] r18153 - trunk/Open-ILS/web/js/ui/default/vandelay (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 4 12:48:05 EDT 2010
Author: erickson
Date: 2010-10-04 12:48:01 -0400 (Mon, 04 Oct 2010)
New Revision: 18153
Modified:
trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js
Log:
fixed typo in vandelay merge profile permission check
Modified: trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js 2010-10-04 16:17:31 UTC (rev 18152)
+++ trunk/Open-ILS/web/js/ui/default/vandelay/vandelay.js 2010-10-04 16:48:01 UTC (rev 18153)
@@ -1339,7 +1339,7 @@
};
new openils.User().buildPermOrgSelector(
- '"ADMIN_MERGE_PROFILE', profileContextOrgSelector, null, connect);
+ 'ADMIN_MERGE_PROFILE', profileContextOrgSelector, null, connect);
}
function buildProfileGrid() {
More information about the open-ils-commits
mailing list