[FLOW3-general] Fluid forms: strange behaviour after update to FLOW3 1.1 rc2
Bastian Waidelich
bastian at typo3.org
Wed Aug 1 18:47:52 CEST 2012
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
More information about the FLOW3-general
mailing list