summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-25 11:00:22 +0200
committerunknown2014-04-25 11:00:22 +0200
commitff6fca0ea5478fd8d4f58783773cee217bc407dd (patch)
treed16e69e9c7bd42e3ea1485deda5d971b15fa6642 /Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-ff6fca0ea5478fd8d4f58783773cee217bc407dd.tar.gz
tutor-module-ff6fca0ea5478fd8d4f58783773cee217bc407dd.tar.xz
tutor-module-ff6fca0ea5478fd8d4f58783773cee217bc407dd.zip
Die XML Datei wird beim Löschen der Lecture nun auch gelöscht
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
index 57d36515..4c20c666 100644
--- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
@@ -344,7 +344,7 @@ public class DeleteLecture_GUI extends JFrame {
lectureID = modelMyLectures.getValueAt(tablemyLectures.convertColumnIndexToModel(tablemyLectures.getSelectedRow()), 8).toString();
System.out.println("Lösche Lecture "+lectureID);
try {
- if(client.deleteLecture(lectureID)){
+ if(client.deleteLecture(lectureID, person.verantwortlicher.getHochschule(),person.verantwortlicher.getUsername())){
System.out.println("Löschen erfolgreich");
//delete successful
con.closeThriftConnection();