[open-ils-commits] r9392 - trunk/Open-ILS/web/js/dojo/openils
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 20 09:44:14 EDT 2008
Author: erickson
Date: 2008-04-20 09:05:26 -0400 (Sun, 20 Apr 2008)
New Revision: 9392
Modified:
trunk/Open-ILS/web/js/dojo/openils/User.js
Log:
hah! didn't mean to commit with hard-coded test perm
Modified: trunk/Open-ILS/web/js/dojo/openils/User.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/User.js 2008-04-20 13:04:12 UTC (rev 9391)
+++ trunk/Open-ILS/web/js/dojo/openils/User.js 2008-04-20 13:05:26 UTC (rev 9392)
@@ -138,7 +138,7 @@
fieldmapper.standardRequest(
['open-ils.actor', 'open-ils.actor.user.work_perm.org_unit_list'],
{
- params: [openils.User.authtoken, 'ADMIN_FUNDING_SOURCE'],
+ params: [openils.User.authtoken, perm],
oncomplete: buildTreePicker,
async: true
}
More information about the open-ils-commits
mailing list