------------------------------------------------------------
revno: 5208
committer: Lars Helge Overland <[email protected]>
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

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to