Add enableSurveyExpressionEngine to default WebGUI conf file.
Rerun the upgrade subroutine to handle newer surveys. Handle the config option being off in Survey/Test.t
This commit is contained in:
parent
b74761619e
commit
67cce548ff
3 changed files with 16 additions and 0 deletions
|
|
@ -195,6 +195,11 @@
|
|||
"WebGUI::Asset::Template::HTMLTemplate"
|
||||
],
|
||||
|
||||
# Enable the Survey Expression Engine, which allows goto expressions in
|
||||
# the config.
|
||||
|
||||
"enableSurveyExpressionEngine" : 0,
|
||||
|
||||
# Specify the default template parser.
|
||||
|
||||
"defaultTemplateParser" : "WebGUI::Asset::Template::HTMLTemplate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue