Bugfix
Change-Id: Idd844e32c98e973b30e0f1dd7bc72bb5f63e0b52
This commit is contained in:
parent
7fda6144a7
commit
ea71229867
@ -221,7 +221,7 @@ public class ProjectFinalSeminarPanel extends Panel {
|
|||||||
public boolean isVisible() {
|
public boolean isVisible() {
|
||||||
|
|
||||||
return !isSupervisorView && seminar.getActiveParticipations().isEmpty()
|
return !isSupervisorView && seminar.getActiveParticipations().isEmpty()
|
||||||
&& seminar.getOppositions().isEmpty() && seminar.getTurnitinId() != null;
|
&& seminar.getOppositions().isEmpty() && seminar.getTurnitinId() == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user