Bug #20705
closedFlexform doesn't know field type:passthrough
100%
Description
when using a field
<wType>
<TCEforms>
<config>
<type>passthrough</type>
<value>twitter</value>
</config>
</TCEforms>
</wType>
it's rendered:
Unknown type: passthrough
(issue imported from #M11457)
Updated by Stefan Neufeind almost 13 years ago
Stumbled across this with a TYPO3 4.6. According to the docs there should be "passthrough" but actually it seems not to be available?
['columns'][fieldname]['config'] / TYPE: "passthrough"
Or did I get something wrong? I guess it is supposed to render as an: input type="hidden"
Updated by Xavier Perseguers almost 13 years ago
- Assignee deleted (
Steffen Kamper) - Target version deleted (
0)
Updated by Georg Ringer almost 10 years ago
- Status changed from Accepted to Rejected
- Is Regression set to No
there is no reason why passthrough
should be available in flexform, this is also not rendered in normal TCA.
therefore I am closing this issue. feel free to reopen if you got any objections.
Updated by Stefan Neufeind almost 10 years ago
So how do you render it hidden then, in case you need to pull the value through but don't want it to be shown?
Updated by Sebastian Michaelsen over 9 years ago
Having the same issue. I want a value to be stored in the flexform but not displayed/editable.
Updated by Frank Nägler over 8 years ago
- Status changed from New to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Gerrit Code Review about 7 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47491
Updated by Frank Nägler about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c24425a42495c4840f32ac3c90363f05ad7ba231.
Updated by Loon Buster over 6 years ago
- TYPO3 Version changed from 4.3 to 8
- PHP Version deleted (
5.3)
Unknown type: passthrough, render type: passthrough