=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/comparator/IdentifiableObjectNameComparator.java' --- dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/comparator/IdentifiableObjectNameComparator.java 2012-01-25 17:11:43 +0000 +++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/comparator/IdentifiableObjectNameComparator.java 2012-01-25 19:22:00 +0000 @@ -41,6 +41,6 @@ public int compare( IdentifiableObject object0, IdentifiableObject object1 ) { - return object0.getName().compareToIgnoreCase( object1.getName() ); + return object0.getDisplayName().compareToIgnoreCase( object1.getDisplayName() ); } } === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2011-12-23 18:01:04 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addTableForm.vm 2012-01-25 19:22:00 +0000 @@ -106,7 +106,7 @@ @@ -126,7 +126,7 @@ @@ -147,7 +147,7 @@ @@ -156,7 +156,7 @@ @@ -176,7 +176,7 @@ @@ -195,7 +195,7 @@ @@ -204,7 +204,7 @@ @@ -224,7 +224,7 @@ @@ -242,7 +242,7 @@ @@ -262,7 +262,7 @@ @@ -290,7 +290,7 @@ @@ -310,7 +310,7 @@