[open-ils-commits] r11819 - trunk/Open-ILS/web/js/dojo/openils
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 13 15:13:33 EST 2009
Author: erickson
Date: 2009-01-13 15:13:29 -0500 (Tue, 13 Jan 2009)
New Revision: 11819
Modified:
trunk/Open-ILS/web/js/dojo/openils/User.js
Log:
getPermOrgList will collect the descendants for us now IF we ask it to
Modified: trunk/Open-ILS/web/js/dojo/openils/User.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/User.js 2009-01-13 20:07:46 UTC (rev 11818)
+++ trunk/Open-ILS/web/js/dojo/openils/User.js 2009-01-13 20:13:29 UTC (rev 11819)
@@ -286,7 +286,7 @@
if (_u.permOrgStoreCache[perm])
hookupStore(_u.permOrgStoreCache[perm]);
else
- _u.getPermOrgList(perm, buildTreePicker);
+ _u.getPermOrgList(perm, buildTreePicker, true);
},
});
More information about the open-ils-commits
mailing list