[Fedora-directory-commits] directoryconsole/src/com/netscape/admin/dirserv/propedit DSEntryPanel.java, 1.2, 1.3

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Dec 16 22:10:35 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/propedit
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20096/directoryconsole/src/com/netscape/admin/dirserv/propedit

Modified Files:
	DSEntryPanel.java 
Log Message:
Resolves: bug 179184
Bug Description: Advanced Properties window sorts by attribute name not "friendly name"
Reviewed by: nkinder (Thanks!)
Fix Description: Just call the showAllAttributes method at the end of the ctor.  This method will sort the list in the correct order.
Platforms tested: RHEL5
Flag Day: no
Doc impact: no



Index: DSEntryPanel.java
===================================================================
RCS file: /cvs/dirsec/directoryconsole/src/com/netscape/admin/dirserv/propedit/DSEntryPanel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DSEntryPanel.java	5 Dec 2008 23:46:25 -0000	1.2
+++ DSEntryPanel.java	16 Dec 2008 22:10:31 -0000	1.3
@@ -97,6 +97,8 @@
 		add("East", actionPane);
 
 		add( "Center", _centerPane );				
+		// force redraw with correct sorting
+		showAllAttributes(_cbAllowedAttributes.isSelected());
 	}
 
 	private void createListOfForbiddenNamingAttributes() {




More information about the Fedora-directory-commits mailing list