flux icon indicating copy to clipboard operation
flux copied to clipboard

flux.form sections aren't inherited to child pages in page properties

Open X-Tender opened this issue 6 years ago • 2 comments
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.

X-Tender avatar May 24 '19 12:05 X-Tender

Meanwhile I discoverd that sections didn't get inherited AFAIK Don't know if bug or feature.

X-Tender avatar Sep 27 '19 12:09 X-Tender

@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...

NamelessCoder avatar Jan 07 '20 12:01 NamelessCoder