scope dependnt ready and tested
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@73201 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f6ce7a3562
commit
fd3a330bd2
|
@ -98,9 +98,9 @@ public class ShareUpdateServiceImpl extends RemoteServiceServlet implements Shar
|
|||
String user = (String) this.getThreadLocalRequest().getSession().getAttribute(ScopeHelper.USERNAME_ATTRIBUTE);
|
||||
if (user == null) {
|
||||
_log.warn("USER IS NULL setting test.user and Running OUTSIDE PORTAL");
|
||||
//user = "test.user";
|
||||
user = "massimiliano.assante";
|
||||
SessionManager.getInstance().getASLSession(sessionID, user).setScope("/gcube/devsec/devVRE");
|
||||
user = "test.user";
|
||||
// user = "massimiliano.assante";
|
||||
// SessionManager.getInstance().getASLSession(sessionID, user).setScope("/gcube/devsec/devVRE");
|
||||
withinPortal = false;
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
-webkit-border-radius: 6px !important;
|
||||
|
||||
border: 1px solid #DBDBDB;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.buttonDiv {
|
||||
|
|
Loading…
Reference in New Issue