fixes for testing
This commit is contained in:
parent
5e2956be0b
commit
b68484b022
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ public class LmsSetupForm implements TemplateComposer {
|
|||
.putStaticValueIf(isNotNew,
|
||||
Domain.LMS_SETUP.ATTR_ID,
|
||||
lmsSetup.getModelId())
|
||||
.putStaticValueIf(isNotNew,
|
||||
.putStaticValue(
|
||||
Domain.LMS_SETUP.ATTR_INSTITUTION_ID,
|
||||
String.valueOf(lmsSetup.getInstitutionId()))
|
||||
.putStaticValueIf(isNotNew,
|
||||
|
|
|
@ -5,7 +5,7 @@ spring.mandatory-file-encoding=UTF-8
|
|||
spring.http.encoding.charset=UTF-8
|
||||
spring.http.encoding.enabled=true
|
||||
|
||||
sebserver.version=0.2.2 pre-beta
|
||||
sebserver.version=0.2.3 pre-beta
|
||||
sebserver.supported.languages=en,de
|
||||
|
||||
# comma separated list of known possible OpenEdX API access token request endpoints
|
||||
|
|
Loading…
Reference in a new issue