SEBSERV-555 use "0" for no template selection
This commit is contained in:
parent
ee89d2a24e
commit
900bbfe5f4
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ public class FullLmsIntegrationServiceImpl implements FullLmsIntegrationService
|
|||
? null
|
||||
: exam.examTemplateId != null
|
||||
? String.valueOf(exam.examTemplateId)
|
||||
: null;
|
||||
: "0";
|
||||
final String quitPassword = deletion ? null : examConfigurationValueService.getQuitPassword(exam.id);
|
||||
final String quitLink = deletion ? null : examConfigurationValueService.getQuitLink(exam.id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue