[FLOW3-general] Fluid forms: strange behaviour after update to FLOW3 1.1 rc2
Martin Keck
keck at bloompark.de
Fri Aug 3 12:32:28 CEST 2012
Hi Bastian,
thank you very much for the bugfix. It did the trick.
But why do you think, it's better to use hidden form fields instead of the arguments attribute of the form helper?
And what exactly do you mean with "vote the change-set"? Voting for the bugfix in the bugtracker? If so, how do I do that?
Thanks + Greetings
Martin
Am 01.08.2012 um 18:47 schrieb Bastian Waidelich:
> Martin Keck wrote:
>
> Hi Martin,
>
>> I have a strange behaviour of my Fluid Forms since updating my FLOW3 1.1 beta2 install to 1.1.0-rc2.
>> Looks like a bug to me, but I'm not quite sure. Can anyone confirm this bug and/or show a solution?
>
> Good catch, this is a bug indeed.
> Seems it has been introduced with https://review.typo3.org/#/c/12209/
>
> Please check whether https://review.typo3.org/#/c/13417/ fixes the issue for you (if you don't know how to apply the patch just add the one line manually) and vote the change-set.
>
> In the meantime you could adjust your code to use a hidden field instead of a query parameter (I'd do so anyways):
>
> <f:form controller="Share" action="new">
> <f:form.hidden name="content" value="{content}" />
> ...
> </f:form>
>
>
> Best,
>
> --
> Bastian Waidelich
> TYPO3 Core Team Member
>
> TYPO3 .... inspiring people to share!
> Get involved: typo3.org
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
More information about the FLOW3-general
mailing list