diff options
Diffstat (limited to 'dozentenmodul/src/main/java')
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java index 97027cc5..3dd86974 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureDetailsWindow.java @@ -640,12 +640,12 @@ public class LectureDetailsWindow extends LectureDetailsWindowLayout implements : cboVersions.getItemAt(cboVersions.getSelectedIndex()).versionId; } // goto to advanced tab and check (by getting) the state of the textAreas - pnlTabs.setSelectedIndex(pnlTabs.indexOfTab("Erweitert")); currentAdvConf = ctlAdvancedConfigurator.getState(); if (currentAdvConf == null) { // getState() will return null only if it couldn't parse the rules // which means that the user got informed about what was invalid // So we just return here until the parsing works. + pnlTabs.setSelectedIndex(pnlTabs.indexOfTab("Erweitert")); return false; } metadataChanged |= (currentAdvConf.netRulesList != lecture.networkExceptions || currentAdvConf.runScriptText != lecture.runscript); |
