[open-ils-commits] r1408 - servres/trunk/conifer/static (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 19 23:19:41 EDT 2011
Author: gfawcett
Date: 2011-04-19 23:19:39 -0400 (Tue, 19 Apr 2011)
New Revision: 1408
Modified:
servres/trunk/conifer/static/edit_site.js
Log:
conifer/static/edit_site.js: when creating a site, allow students to be listed as the site owners.
This alleviates an issue that the Leddy staff encountered; sometimes
sessionals are primarily students, and they were not appearing in the
non-student fuzzy-lookup list.
Modified: servres/trunk/conifer/static/edit_site.js
===================================================================
--- servres/trunk/conifer/static/edit_site.js 2011-04-20 03:02:38 UTC (rev 1407)
+++ servres/trunk/conifer/static/edit_site.js 2011-04-20 03:19:39 UTC (rev 1408)
@@ -1,6 +1,7 @@
$(function() {
var fuzzy = fuzzyFinder(
'#fuzzyinput', '#fuzzypanel', '#fuzzyedit', '#fuzzyview', '#fuzzyname', '#fuzzychange', '#owner');
+ fuzzy.includeStudents = true;
$('#id_start_term').change(onStartTermChange);
});
More information about the open-ils-commits
mailing list