[TYPO3-english] Re: Re: Re: experience and best practice for flux update?
Viktor Livakivskyi
invisible.kinder at gmail.com
Thu Jan 29 14:28:08 CET 2015
Bernd,
I've had similar behavoir, when I messed up with 'name' attribute of flux:grid.column.
I've had this in 7.0:
<flux:grid.column name="column.right" colPos="1">
<flux:form.content name="content.right" label="Right" />
</flux:grid.column>
And wrong 7.1 version was:
<flux:grid.column name="column.right" colPos="1" label="Right" />
Correct one:
<flux:grid.column name="content.right" colPos="1" label="Right" />
But from your code I see, that it's correct.
Can you, please, post your issue in Github bugtracker of flux [1]? So, you can get support from developers.
[1]: https://github.com/FluidTYPO3/flux/issues
More information about the TYPO3-english
mailing list