Project

General

Profile

Actions

Bug #68333

closed

Fluid Form ViewHelper dosen't generate Hmac correctly in widgets

Added by Philipp Thiele almost 9 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2015-07-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

If you use f:form in a widget and add some inputs, these (property based or name based) inputs are not prefixed correctly. This leads to validation errors after submitting the form, as the values cannot be recognized due to the missing prefix.

You can circumvent the problem by using fieldNamePrefix attribute on the f:form viewhelper, but if you do so, the form fields are no longer added to the trusted properties.

So in fact there are two issues to solve:
1) properly prefix the viewhelpers when in widget context
2) allow multi-dimensional fieldname prefix in MvcPropertyMappingConfigurationService->generateTrustedPropertiesToken()


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #92529: Remove fluid widgetsClosed2020-10-09

Actions
Actions

Also available in: Atom PDF