Project

General

Profile

Actions

Bug #89275

closed

IRRE fields marked as error, even when they are not required

Added by Dennis Römmich over 4 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-09-25
Due date:
% Done:

0%

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

Description

I have a display issue with a special TCA definition.
Given is a basic image field.
The only special configuration is:

    'columnsOverrides' => [
        'assets' => [
            'config' => [
                'minitems' => 2,
                'maxitems' => 2,
            ],
        ],
  ],

After uploading the first image, all metadata fields in the first image are marked as required. After uploading the second image, the fields aren't marked as required anymore. The reason is the css property:

.has-error .form-control {
    border-color: #c83c3c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

Expected behavior:
Imagefield should marked as an error because minitems is set to 2.
Metadata fields shouldn't marked as required after uploading only the first image.


Files


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Feature #94886: Show minItems and maxItems config values for TCA FAL Fields in BackendNeeds Feedback2021-08-13

Actions
Is duplicate of TYPO3 Core - Bug #82481: TCA type "inline" with min items marks all fields as requiredResolved2017-09-14

Actions
Actions #1

Updated by Georg Ringer over 4 years ago

  • Subject changed from Image Metadata fields marked as error, even when they are not required to IRRE fields marked as error, even when they are not required
  • Status changed from New to Accepted
Actions #2

Updated by Georg Ringer about 4 years ago

closed as duplicate of #82481

Actions #3

Updated by Georg Ringer about 4 years ago

  • Is duplicate of Bug #82481: TCA type "inline" with min items marks all fields as required added
Actions #4

Updated by Benni Mack about 2 years ago

  • Status changed from Accepted to Closed
Actions #5

Updated by Henrik Ziegenhain about 1 year ago

  • Related to Feature #94886: Show minItems and maxItems config values for TCA FAL Fields in Backend added
Actions #6

Updated by Henrik Ziegenhain about 1 year ago

  • File bad-ux-2.png added
  • File bad-ux-1.png added
Actions #7

Updated by Henrik Ziegenhain about 1 year ago

  • File deleted (bad-ux-2.png)
Actions #8

Updated by Henrik Ziegenhain about 1 year ago

  • File deleted (bad-ux-1.png)
Actions

Also available in: Atom PDF