Project

General

Profile

Actions

Task #90238

closed

In finishers fieldExplanationText does not work on all inspectors

Added by Stig Nørgaard Færch over 4 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-01-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint

Description

fieldExplanationText works fine with Inspector-TextareaEditor and Inspector-TextEditor, but does not seem to work at all with Inspector-CheckboxEditor.
There might be more inspectors where it doesn't work.
Try this, which will add a couple of fields to both email finishers:

TYPO3:
  CMS:
    Form:
      mixins:
        formElementMixins:
          formEmailFinisherMixin:
            editors:
              2000:
                identifier: 'includeFormValues'
                templateName: 'Inspector-CheckboxEditor'
                label: 'Include form data in mail'
                propertyPath: 'options.includeFormValues'
                fieldExplanationText: 'The explanation text is not shown'
              2100:
                identifier: 'customText'
                templateName: 'Inspector-TextareaEditor'
                label: 'Alternative text for mail'
                propertyPath: 'options.customText'
                fieldExplanationText: 'This explanation does show'


Files

2021-08-13_13-01.png (5.42 KB) 2021-08-13_13-01.png Mathias Brodala, 2021-08-13 11:02

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #101831: fieldExplanationText in form finisher checkboxes not renderedResolved2023-09-03

Actions
Actions

Also available in: Atom PDF