summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java
diff options
context:
space:
mode:
authorJonathan Bauer2016-01-13 13:08:49 +0100
committerJonathan Bauer2016-01-13 13:08:49 +0100
commit6ddad848d942a4240ed2391fc62a860f9195ff32 (patch)
tree6c5763c742658f39c3ca4c8f26dcfa403d83bd09 /dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java
parent[server] Use GrowingThreadPoolExecutor everywhere (diff)
downloadtutor-module-6ddad848d942a4240ed2391fc62a860f9195ff32.tar.gz
tutor-module-6ddad848d942a4240ed2391fc62a860f9195ff32.tar.xz
tutor-module-6ddad848d942a4240ed2391fc62a860f9195ff32.zip
[client] fix LectureWizard not accepting "Done" when no locations are selected
* removed the test code for the location cache, activated the real call * not showing the LocationSelectionPage if no locations are returned from the cache
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java b/dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java
index c5237daa..c836a96b 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java
@@ -26,7 +26,7 @@ public class LectureWizardState {
// explicit permissions per user as set by the creator
public Map<String, LecturePermissions> permissionMap = null;
// list of locations for the lecture
- public List<Integer> locations;
+ public List<Integer> locations = null;
public boolean onlyInSelectedLocations = false;
// -- thrift internal stuff --
public String uuid = null;