fix exam save bug (deactivation)
This commit is contained in:
parent
5aa3671608
commit
97183f490d
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public final class Exam implements GrantEntity, Activatable {
|
|||
this.quitPassword = quitPassword;
|
||||
this.browserExamKeys = browserExamKeys;
|
||||
this.owner = owner;
|
||||
this.active = (active != null) ? active : Boolean.FALSE;
|
||||
this.active = (active != null) ? active : Boolean.TRUE;
|
||||
|
||||
this.supporter = (supporter != null)
|
||||
? Collections.unmodifiableCollection(supporter)
|
||||
|
|
Loading…
Reference in a new issue