Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <flux:form.data ... > Multilanguage #1661

Closed
grimmcreative opened this issue Jan 8, 2019 · 1 comment
Closed

[BUG] <flux:form.data ... > Multilanguage #1661

grimmcreative opened this issue Jan 8, 2019 · 1 comment

Comments

@grimmcreative
Copy link

My
<flux:field.input ... />
values dont get rendered via
<flux:form.data table="pages" field="tx_fed_page_flexform" uid="{page.uid}" as="pageConfig">
in my Page Template.

@NamelessCoder
Copy link
Member

This should be possible to fix using one of these two methods:

  • Using _LOCALIZED_UID as uid: <flux:form.data table="tt_content" uid="{record._LOCALIZED_UID}" field="pi_flexform" />
  • Or using the full record instead of uid as argument: <flux:form.data table="tt_content" record="{record}" field="pi_flexform" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants