method getUsername in GWTdbManagerServiceImpl class to set the username to "database.manager" value for the statistical manager.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@99987 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6b87523db1
commit
55549daaf3
|
@ -1626,8 +1626,9 @@ public class GWTdbManagerServiceImpl extends RemoteServiceServlet implements
|
|||
}
|
||||
|
||||
private String getUsername() {
|
||||
HttpSession httpSession = this.getThreadLocalRequest().getSession();
|
||||
return SessionUtil.getUsername(httpSession);
|
||||
// HttpSession httpSession = this.getThreadLocalRequest().getSession();
|
||||
// return SessionUtil.getUsername(httpSession);
|
||||
return "database.manager";
|
||||
}
|
||||
|
||||
private String getScope() {
|
||||
|
|
Loading…
Reference in New Issue