Index: lams_central/src/flash/org/lamsfoundation/lams/wizard/Wizard.as =================================================================== diff -u -ra728604118ca6d0d76c79855258421a94cc05269 -rb13084c835a0bdf42c3900d6be2476cf4c2e1285 --- lams_central/src/flash/org/lamsfoundation/lams/wizard/Wizard.as (.../Wizard.as) (revision a728604118ca6d0d76c79855258421a94cc05269) +++ lams_central/src/flash/org/lamsfoundation/lams/wizard/Wizard.as (.../Wizard.as) (revision b13084c835a0bdf42c3900d6be2476cf4c2e1285) @@ -142,7 +142,7 @@ var callback:Function = Proxy.create(this,showOrgTree); if(classID != undefined){ - Application.getInstance().getComms().getRequest('workspace.do?method=getUserOrganisation&userID='+_root.userID+'&organisationID='+classID,callback, false); + Application.getInstance().getComms().getRequest('workspace.do?method=getUserOrganisation&userID='+_root.userID+'&organisationID='+classID+'&roles=STAFF,TEACHER',callback, false); }else if(courseID != undefined){ trace('course defined: doing request'); Application.getInstance().getComms().getRequest('workspace.do?method=getOrganisationsByUserRole&userID='+_root.userID+'&organisationID='+courseID+'&roles=STAFF,TEACHER',callback, false);