Project

General

Profile

Actions

Bug #69433

closed

Epic #69347: EXT:form - Optimize form wizard

Forms: wizard does not load or save values for fields "Message" and "Error"

Added by Björn Jacob over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
Start date:
2015-08-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

When loading the wizard the field values for "Message" and "Error" are not loaded or stored properly. When loading the fields contain the string "false". When storing no value is saved and the TS output stays empty.

It does not seem to be a regression caused by 07bc693. Tested it with dded3ac. There the same problem exists.

Steps to reproduce:

  1. Create new content element of type "form".
  2. Open wizard and insert element of type "textarea".
  3. Set name and value.
  4. Add validation of type "Required".
  5. You see the above mentioned fields with the value "false".
  6. Storing with "false" is possible -> TS contains no values at all.
  7. Opening the wizard again and entering values works.

Tested it on current head of 6.2.15-dev (b463428). There everything is fine. In 7.4 it's also fine.


Files

forge_69433.png (112 KB) forge_69433.png Björn Jacob, 2015-08-31 15:21

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #39280: Overwriting via _LOCAL_LANG is not workingClosed2012-07-26

Actions
Actions #2

Updated by Björn Jacob over 8 years ago

  • Parent task set to #69347
Actions #3

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #4

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #5

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #6

Updated by Oliver Hader over 8 years ago

  • Status changed from New to Accepted
  • Priority changed from Must have to Should have
  • Target version set to 7.5
  • PHP Version set to 5.5
  • Is Regression changed from No to Yes

Regression in master only (relates #39280)

Actions #7

Updated by Oliver Hader over 8 years ago

Regression in master only (relates #39280)

Actions #8

Updated by Oliver Hader over 8 years ago

The changes for issue #39280 did not consider that the localization file
for the frontend controller is used in the backend controller as well and
thus, this tiny regression got in, leading to not loading the language labels
anymore in the backend form wizard.

Actions #9

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43307

Actions #10

Updated by Anonymous over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF