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
11b2a0d4
Commit
11b2a0d4
authored
Jan 24, 2021
by
Felix Herrmann
Browse files
remove duplicate title in form and fix tca
parent
e1178678
Changes
2
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_election_domain_model_election.php
View file @
11b2a0d4
...
...
@@ -95,8 +95,9 @@ return (function () {
],
'election_votes'
=>
[
'config'
=>
[
'type'
=>
'input'
,
'readOnly'
=>
true
,
'type'
=>
'inline'
,
'foreign_table'
=>
'tx_election_domain_model_electionvote'
,
'foreign_field'
=>
'election'
,
],
],
],
...
...
Resources/Private/Partials/Model/Election/FormFields/StartDate.html
View file @
11b2a0d4
<f:render
partial=
"Model/Election/FormFields/Title"
arguments=
"{election:election}"
/>
<fieldset
class=
"form-section"
>
<div
class=
"form-group"
>
<label>
...
...
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