[Cluster-devel] conga/luci/homebase form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Tue Jun 5 17:59:03 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2007-06-05 17:59:03

Modified files:
	luci/homebase  : form-macros 

Log message:
	Fix for users not showing up on the user permissions page

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.55.2.1&r2=1.55.2.2

--- conga/luci/homebase/form-macros	2007/02/09 18:32:03	1.55.2.1
+++ conga/luci/homebase/form-macros	2007/06/05 17:59:03	1.55.2.2
@@ -199,7 +199,7 @@
 		<span tal:condition="python:perms" tal:content="string:Select a User" /><br/>
 
 		<select tal:omit-tag="python: not perms" class="homebase" name="userList" onChange="document.location = this.form.baseURL.value + '&user=' + this.form.userList.options[this.form.userList.selectedIndex].text">
-			<tal:block tal:define="userlist python: perms.keys().sort()">
+			<tal:block tal:define="userlist python: perms">
 			<tal:block tal:repeat="user userlist">
 				<option class="homebase"
 					tal:content="python:user"




More information about the Cluster-devel mailing list