Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Enhort
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Michael Menzel
Enhort
Commits
034f08e5
Commit
034f08e5
authored
Jan 02, 2020
by
Michael Menzel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed getSessionOrError in Data controller. No previous session needed to get the table data
parent
820e7c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
frontend/src/main/java/de/thm/spring/controller/DataController.java
...rc/main/java/de/thm/spring/controller/DataController.java
+1
-1
No files found.
frontend/src/main/java/de/thm/spring/controller/DataController.java
View file @
034f08e5
...
...
@@ -63,7 +63,7 @@ public class DataController {
try
{
Sessions
sessionsControll
=
Sessions
.
getInstance
();
currentSession
=
sessionsControll
.
getSession
OrError
(
httpSession
.
getId
());
currentSession
=
sessionsControll
.
getSession
(
httpSession
.
getId
());
assembly
=
Genome
.
Assembly
.
valueOf
(
assem
);
}
catch
(
IllegalArgumentException
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment