=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.sharing.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.sharing.js 2014-10-06 13:02:52 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.sharing.js 2014-11-17 09:27:53 +0000 @@ -85,6 +85,8 @@ clearUserGroupAccesses(); if( userGroupAccesses ) { + userGroupAccesses.reverse(); + $.each(userGroupAccesses, function( idx, item ) { var tmpl_html = renderUserGroupAccessTemplate({ label: item.name,