We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334151d commit fcaef1eCopy full SHA for fcaef1e
src/main/java/ch/ethz/seb/sps/server/weblayer/AdminExamController.java
@@ -177,7 +177,7 @@ protected Result<Exam> notifyCreated(Exam entity) {
177
@Override
178
protected Exam notifySaved(Exam entity) {
179
// SEBSP-182 do nothing if exam is not
180
- if (!entity.isActive()) {
+ if (entity.isActive()) {
181
updateEntityPrivileges(super.notifySaved(entity));
182
}
183
0 commit comments