flux
flux copied to clipboard
flux.form sections aren't inherited to child pages in page properties
trafficstars
I have the following flux form in my page properties:
<flux:form.section name="adformPixel" label="Adform-Pixel" >
<flux:form.object name="pageLoad" label="Pageload-Pixel">
<flux:field.input name="pm" label="Tracking-ID" required="1" />
<flux:field.input name="pagename" label="Page name" required="1" />
</flux:form.object>
</flux:form.section>
When I set the Data for the child pages tx_fed_page_flexform_sub the data is not available in the child pages. When I set teh data for the current page, it is available.
When I use a flux.input the data is inherited for the childs. So basicly the inheritance work, but not for sections.
Meanwhile I discoverd that sections didn't get inherited AFAIK Don't know if bug or feature.
@X-Tender have you tried this with dev-development of Flux? There should be no difference in terms of inheritance between normal fields and section objects...