Task #90238
closedIn finishers fieldExplanationText does not work on all inspectors
0%
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
Updated by Björn Jacob over 3 years ago
- Tracker changed from Bug to Task
- TYPO3 Version changed from 9 to 11
Seems legit, but only for v11 as task.
Updated by Mathias Brodala over 3 years ago
- File 2021-08-13_13-01.png 2021-08-13_13-01.png added
- Status changed from New to Needs Feedback
It actually works as can be seen e.g. with the Add HTML part option of the mail finishers which is a checkbox:
Can you add more details about your setup and/or try again with the latest v10 or master?
Updated by Riccardo De Contardi about 3 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards
Updated by Elias Häußler about 1 year ago
Although this seemed to work with TYPO3 v10 (see #note-3 from Mathias), I can confirm that fieldExplanationText
currently doesn't work for some elements, e.g. checkboxes (tested with TYPO3 v12.4.5). I think there's actually no reason why this should work for a limited set of editors only. Should I create a new issue?
Updated by Elias Häußler about 1 year ago
- Related to Bug #101831: fieldExplanationText in form finisher checkboxes not rendered added
Updated by Elias Häußler about 1 year ago
fyi: I created #101831 and will push a fix for this soon.