Moved Survey's "Max Resposes" option beck to Properties tab
Content Managers shouldn't need Security tab acccess to set this property
This commit is contained in:
parent
f4f30cc4fe
commit
3da08fcc48
1 changed files with 7 additions and 7 deletions
|
|
@ -60,6 +60,13 @@ sub definition {
|
||||||
label => $i18n->get('Survey Exit URL'),
|
label => $i18n->get('Survey Exit URL'),
|
||||||
hoverHelp => $i18n->get('Survey Exit URL help'),
|
hoverHelp => $i18n->get('Survey Exit URL help'),
|
||||||
},
|
},
|
||||||
|
maxResponsesPerUser => {
|
||||||
|
fieldType => 'integer',
|
||||||
|
tab => 'properties',
|
||||||
|
defaultValue => 1,
|
||||||
|
label => $i18n->get('Max user responses'),
|
||||||
|
hoverHelp => $i18n->get('Max user responses help'),
|
||||||
|
},
|
||||||
timeLimit => {
|
timeLimit => {
|
||||||
fieldType => 'integer',
|
fieldType => 'integer',
|
||||||
defaultValue => 0,
|
defaultValue => 0,
|
||||||
|
|
@ -236,13 +243,6 @@ sub definition {
|
||||||
label => $i18n->get('Group to view reports'),
|
label => $i18n->get('Group to view reports'),
|
||||||
hoverHelp => $i18n->get('Group to view reports help'),
|
hoverHelp => $i18n->get('Group to view reports help'),
|
||||||
},
|
},
|
||||||
maxResponsesPerUser => {
|
|
||||||
fieldType => 'integer',
|
|
||||||
tab => 'security',
|
|
||||||
defaultValue => 1,
|
|
||||||
label => $i18n->get('Max user responses'),
|
|
||||||
hoverHelp => $i18n->get('Max user responses help'),
|
|
||||||
},
|
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
surveyJSON => {
|
surveyJSON => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue