Project

General

Profile

« Previous | Next » 

Revision 46367

View differences:

DataServiceImpl.java
123 123
        initLoad.setGoTo(goTo);
124 124
        initLoad.setErrorMessage(message);
125 125
        initLoad.setPublicCaptchaKey(publicCaptchaKey);
126
        //initLoad.setUserRoles(userManager.getRoles());
127

  
126
        initLoad.setUserRoles(userManager.getRoles());
128 127
        return initLoad;
129 128
    }
130 129

  
......
637 636
    public Project getProject(String projectId){
638 637
        return projectManager.getById(projectId);
639 638
    }
639

  
640 640
}

Also available in: Unified diff