diff options
| author | Stephan Schwaer | 2015-09-03 15:48:47 +0200 |
|---|---|---|
| committer | Stephan Schwaer | 2015-09-03 15:48:47 +0200 |
| commit | 8a3fff006d4a72796408b5b6d091c7190fd655d9 (patch) | |
| tree | 6e314e3ae07cce62416b0d8d44cea65c3262bc84 | |
| parent | [client] Don't show owner in userList when changing owner or adding user for ... (diff) | |
| parent | [client] removed old success message when creating a new lecture, now always ... (diff) | |
| download | tutor-module-8a3fff006d4a72796408b5b6d091c7190fd655d9.tar.gz tutor-module-8a3fff006d4a72796408b5b6d091c7190fd655d9.tar.xz tutor-module-8a3fff006d4a72796408b5b6d091c7190fd655d9.zip | |
Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1
Conflicts:
dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java index 944e82f4..e8fdeb9a 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java @@ -97,11 +97,10 @@ public class LectureWizard extends Wizard implements UiFeedback { if (!ThriftActions.writeLecturePermissions(JOptionPane.getFrameForComponent(this), state.uuid, state.permissionMap)) return false; - // all good, feedback + // all good, refresh cache and change to LectureList Gui.showMessageBox(this, "Veranstaltung erstellt!", MessageType.INFO, null, null); LectureCache.get(true); MainWindow.showPage(LectureListWindow.class); - return true; } |
