Bug #100412
closedWrong YAML configuration for Number form element
100%
Description
The YAML configuration for the Number form element in file
EXT:form/Configuration/Yaml/FormElements/Number.yaml
has an error.
TYPO3:
CMS:
Form:
prototypes:
standard:
formElementsDefinition:
Number:
formEditor:
editors:
# ---
700:
identifier: step
templateName: Inspector-TextEditor
label: formEditor.elements.TextMixin.editor.step.label
configurationOptions:
viewPorts:
# ---
numbersOfColumnsToUse:
propertyPath: properties.fluidAdditionalAttributes.step
propertyValidators:
10: Integer
# ---
So the 700
editor is like a mixture between the step
configuration from the Date form element configuration and
the gridColumnViewPortConfiguration
from all the other form elements
The consequence of this misconfiguration is that the Grid viewport configuration is not shown
I suggest that the configuration should be like
TYPO3:
CMS:
Form:
prototypes:
standard:
formElementsDefinition:
Number:
formEditor:
editors:
# ---
550:
identifier: step
templateName: Inspector-TextEditor
label: formEditor.elements.TextMixin.editor.step.label
propertyPath: properties.fluidAdditionalAttributes.step
propertyValidators:
10: Integer
700:
identifier: gridColumnViewPortConfiguration
templateName: Inspector-GridColumnViewPortConfigurationEditor
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.label
configurationOptions:
viewPorts:
10:
viewPortIdentifier: xs
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.xs.label
20:
viewPortIdentifier: sm
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.sm.label
30:
viewPortIdentifier: md
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.md.label
40:
viewPortIdentifier: lg
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.lg.label
50:
viewPortIdentifier: xl
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.xl.label
60:
viewPortIdentifier: xxl
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.xxl.label
numbersOfColumnsToUse:
label: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.numbersOfColumnsToUse.label
propertyPath: 'properties.gridColumnClassAutoConfiguration.viewPorts.{@viewPortIdentifier}.numbersOfColumnsToUse'
fieldExplanationText: formEditor.elements.FormElement.editor.gridColumnViewPortConfiguration.numbersOfColumnsToUse.fieldExplanationText
# ---
Files
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78444
Updated by Christian Kuhn over 1 year ago
- Related to Task #98930: Add configuration of GridColumn viewports added
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78444
Updated by Oliver Bartsch over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff15d87e315935b7e8c5a03a0dd6a8636f6ba43d.
Updated by Gerrit Code Review over 1 year ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78561
Updated by Oliver Bartsch over 1 year ago
- Status changed from Under Review to Resolved
Applied in changeset 53cdc6e9f425e745080e80ac7be40c3126ce68f4.