← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5208: Minor bugfixixed

 

------------------------------------------------------------
revno: 5208
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-11-23 21:45:01 +0100
message:
  Minor bugfixixed
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonUser.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonUser.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonUser.vm	2011-10-06 15:39:08 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/jsonUser.vm	2011-11-23 20:45:01 +0000
@@ -12,7 +12,7 @@
     #foreach( $unit in $user.organisationUnits )
       { "name": "$!{unit.name}" }#if( $velocityCount < $size ),#end
     #end ],
-    #set( $size = ${userCredentials.userAuthorityGroups.size()} )
+    #set( $size = ${user.userCredentials.userAuthorityGroups.size()} )
     "roles": [
     #foreach( $role in $user.userCredentials.userAuthorityGroups )
       { "name": "$!{role.name}" }#if( $velocityCount < $size ),#end