Bug #70466
closedEXT:form - Remove any dependency to CSC or FSC
100%
Description
When editing an FORM cObj (sysext) in BE, the hidden field is not displayed in the section "access".
TYPO3: 7.5
If important: fluid_styled_content is used instead of css_styled_content.
Updated by Björn Jacob about 9 years ago
- Subject changed from EXT:form to EXT:form - Field for hiding the content element is missing on access tab
Updated by Björn Jacob about 9 years ago
- Category changed from Form Framework to Fluid Styled Content
I think this is a far bigger issue. EXT:form is "defined" in css_styled_content. Right now there are no plans to "move" it to fluid_styled_content. Since css_styled_content and fluid_styled_content can be installed together without any harm there is no need for changing it right now. We have to discuss the bigger picture. Without fluid_styled_content it is not possible to get any FE rendering right now.
Updated by André Spindler about 9 years ago
What do you mean with "Without css_styled_content it is not possible to get any FE rendering right now".
In the installation I discovered this issue we use only fluid_styled_content, css_styled_content is disabled. But I see the form in frontend...
Updated by Riccardo De Contardi about 9 years ago
Seems still present on 7.6-dev (latest master)
Steps to reproduce:
1) deactivate css_styled_content
2) activate fluid_style_content
3) put somewhere a "form" content element
4) access tab > the "Visibility of content element" checkbox is absent.
Updated by Björn Jacob about 9 years ago
- Subject changed from EXT:form - Field for hiding the content element is missing on access tab to EXT:form - Remove any dependency to CSC or FSC
- Category changed from Fluid Styled Content to Form Framework
- Assignee set to Ralf Zimmermann
So discussed this issue right now. EXT:form needs to be standalone and should not depend on either CSC or FSC. So, we need to define the whole TCA type standalone in EXT:form/Configuration/TCA/Overrides/tt_content.php.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New 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/44553
Updated by Gerrit Code Review about 9 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/44553
Updated by Gerrit Code Review about 9 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/44553
Updated by Gerrit Code Review about 9 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/44553
Updated by Ralf Zimmermann about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset feace9ae50586acae9c52bb538429af04be5b142.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed