Project

General

Profile

Actions

Bug #93042

open

Fluid FormViewHelper (__referrer, __trustedProperties)

Added by Igor Neyman over 3 years ago. Updated over 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-12-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

<f:form name="test">
    <f:form.hidden name="test" value="1" />
    <f:form.button >Send</f:form.button>
</f:form>

I get something like this

<input type="hidden" name="...[__referrer][@request]" value="{"@extension":"...","@controller":"...","@action":"..."}bce..." />
<input type="hidden" name="...[__trustedProperties]" value="{"test":1}b3b..." />

Instead of (Indexedsearch)

<input type="hidden" name="tx_indexedsearch_pi2[__referrer][@request]" value="{&quot;@extension&quot;:&quot;IndexedSearch&quot;..." />
<input type="hidden" name="tx_indexedsearch_pi2[__trustedProperties]" value="{&quot;search&quot;:{&quot;_sections&quot;:1,&quot;_freeIndexUid&quot;..." />


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #92005: Fluid FormViewHelper __trustedPropertiesNew2020-08-14

Actions
Actions

Also available in: Atom PDF