Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into local_develop
This commit is contained in:
commit
115310561c
@ -186,6 +186,8 @@ public class SciProSession extends WebSession {
|
|||||||
Project activeProject = userSettings.getActiveProject();
|
Project activeProject = userSettings.getActiveProject();
|
||||||
if(activeProject != null)
|
if(activeProject != null)
|
||||||
activeProjectId = activeProject.getId();
|
activeProjectId = activeProject.getId();
|
||||||
|
else
|
||||||
|
activeProjectId = null;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
userSettings = new UserSettings(user);
|
userSettings = new UserSettings(user);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user