[Neos] Neos TYPO3.Form Redirect Finisher Issues

nikos nick at jamalade.com
Mon Jul 28 19:45:18 CEST 2014


Have been working through setting up for gerrit not there yet.

However having said that was going through old issues and foud a fix for issue 42562, which puts i the code that I am proposing to remove. So not best 
solution I guess :(

Will update jira.

Nick


On 28/07/2014 17:41, Dominique Feyer wrote:
> Some documentation about contribution can be found on the wiki:
> http://wiki.typo3.org/Git_Gerrit
>
> If you need help, ping us
>
> Bests,
>
> --
> ttree sàrl
> Dominique Feyer
> Rue du Valentin 34 et demi
> CH - 1004 Lausanne
> +41 21  312 36 35
> dfeyer at ttree.ch
> ttree.ch - @ttreeagency - plan d’accès
>
> Le 28 juillet 2014 à 18:35:03, nikos (nick at jamalade.com) a écrit:
>
> I have a fix (i think) and could raise an issue but I have no experience of submitting fixes!
>
> Niko
>
> On 28/07/2014 17:27, Dominique Feyer wrote:
>> If you have a bug fix you can open an issue at jira.typo3.org (use your typo3.org username/password) and push it to gerrit.
>>
>> Thanks for sharing
>>
>> Bests,
>>
>> --
>> ttree sàrl
>> Dominique Feyer
>> Rue du Valentin 34 et demi
>> CH - 1004 Lausanne
>> +41 21 312 36 35
>> dfeyer at ttree.ch
>> ttree.ch - @ttreeagency - plan d’accès
>>
>> Le 28 juillet 2014 à 18:25:15, nikos (nick at jamalade.com) a écrit:
>>
>> Hi Dominique
>>
>> Thanks for the quick reply on this. I think I will implement a redirect finisher where I will just add the output content to Runtime response object.
>> This is how it's done in the confirmation finisher, so it then follows the pattern so far ie. looping through multiple finishers, and doesn't make the
>> finisher "final".
>>
>>
>> What i would really like to do is either use the ConfirmationFinisher and make sure the browser displays the confirmation rather than go back to top
>> of page or redirect to another page which is specified via the back end inspector (i am trying to figure out how to do this but don't know how to
>> access this node properties).
>>
>>
>> If I get any further I'll let you know.
>>
>> Thanks again
>>
>> Nick
>>
>>
>>
>>
>> On 28/07/2014 17:07, Dominique Feyer wrote:
>>> I’ve the same issue yesterday, you need to add:
>>>
>>> $mainResponse->send() at the end of the finisher.
>>>
>>> The problem is that is made the finisher « final » … nothing is executed after this point … and that’s a problem (persistence, shutdown, …) can be skipped.
>>>
>>> Currently I don’t have a better workaround. Create your own finisher who extend the RedirectFinisher and force send the response if it’s OK for you.
>>>
>>> Bests
>>>
>>> --
>>> ttree sàrl
>>> Dominique Feyer
>>> Rue du Valentin 34 et demi
>>> CH - 1004 Lausanne
>>> +41 21 312 36 35
>>> dfeyer at ttree.ch
>>> ttree.ch - @ttreeagency - plan d’accès
>>>
>>> Le 28 juillet 2014 à 18:05:04, nikos (nick at jamalade.com) a écrit:
>>>
>>> $mainResponse
>>>
>>
>> _______________________________________________
>> Neos mailing list
>> Neos at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>>
>
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>



More information about the Neos mailing list