Project

General

Profile

Actions

Bug #21894

closed

Flexforms: no exclamation mark for required fields

Added by Steffen Gebert over 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-12-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When a field in a Flexform (e.g. EXT:comments "Triggering prefix") is set to required, but user wants to save it with empty value, the warning is shown:

The fields marked with a yellow exclamation mark are not yet correctly filled in. Please complete them properly.

Unfortunately there is no exclamation mark anywhere!

This seems to have never worked (at least not in 4.3 and 4.2)
(issue imported from #M13117)


Files

flexform-exclamation.png (51.4 KB) flexform-exclamation.png Administrator Admin, 2009-12-29 15:48

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #18429: required fields in Flexform are not correct marked with Exclamation SignClosed2008-03-12

Actions
Actions #1

Updated by Lina Wolf about 14 years ago

I can confirm this error, a solution would be great.

Actions #2

Updated by Oliver Hader about 14 years ago

Steffen, did you analyze this any further? Could it just be a CSS issue here?

Actions #3

Updated by Steffen Gebert about 14 years ago

I don't remember exactly, but I doubt it is an easy bug but more a missing feature. Will try to have a look again this weekend.

Actions #4

Updated by Lina Wolf about 14 years ago

When you change a flexform defination wich had a non-required field before and then open an excisting element wich is breaking the reuirement, you will see an exclamation mark marking the whole flexform. you will see none on the field wich is causing the problem so.

I suppose the missing exclamation mark in general is a Javascript problem. The exclamation mark on a single flexform field seems to bve a missing feature as it is never shown and there is no clear.gif placeholder either.

Actions #5

Updated by Giuseppe Donato almost 14 years ago

I changed checkElementByType in jsfunc.tbe_editor.js:
I found :

TBE_EDITOR.setImage('req_'+elementData.requiredIimg, TBE_EDITOR.images.req);

and i change it into:

TBE_EDITOR.setImage('req_'+elementData.requiredParameter.img, TBE_EDITOR.images.req);
Actions #6

Updated by Lina Wolf over 13 years ago

Duplicate of 0007832

Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF