Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
65260faf
Commit
65260faf
authored
Jan 24, 2021
by
Wolf Utz
Browse files
Fix wrong property name in Debug.html
parent
aed91d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Partials/Model/Configuration/FormFields/Debug.html
View file @
65260faf
...
...
@@ -6,7 +6,7 @@
</f:translate>
</label>
<div
class=
"form-control-wrap"
style=
"max-width: 480px"
>
<f:form.checkbox
id=
"tx_election_configuration_debug"
property=
"i
sI
nTestMode"
value=
"true"
/>
<f:form.checkbox
id=
"tx_election_configuration_debug"
property=
"inTestMode"
value=
"true"
/>
</div>
</div>
</fieldset>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment