Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
t3o_membership
Commits
7d6a45ab
Commit
7d6a45ab
authored
May 14, 2016
by
Alexander Stehlik
Browse files
[BUGFIX] Remove TCA config for non existing t3ver_label fields
parent
26c90dac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/Member.php
View file @
7d6a45ab
...
...
@@ -46,14 +46,6 @@ $TCA['tx_t3omembership_domain_model_member'] = array(
'type'
=>
'passthrough'
,
),
),
't3ver_label'
=>
array
(
'label'
=>
'LLL:EXT:lang/locallang_general.xml:LGL.versionLabel'
,
'config'
=>
array
(
'type'
=>
'input'
,
'size'
=>
30
,
'max'
=>
255
,
)
),
'hidden'
=>
array
(
'exclude'
=>
1
,
'label'
=>
'LLL:EXT:lang/locallang_general.xml:LGL.hidden'
,
...
...
Configuration/TCA/Membership.php
View file @
7d6a45ab
...
...
@@ -46,14 +46,6 @@ $TCA['tx_t3omembership_domain_model_membership'] = array(
'type'
=>
'passthrough'
,
),
),
't3ver_label'
=>
array
(
'label'
=>
'LLL:EXT:lang/locallang_general.xml:LGL.versionLabel'
,
'config'
=>
array
(
'type'
=>
'input'
,
'size'
=>
30
,
'max'
=>
255
,
)
),
'hidden'
=>
array
(
'exclude'
=>
1
,
'label'
=>
'LLL:EXT:lang/locallang_general.xml:LGL.hidden'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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