Actions
Feature #80442
openEXT:form - validate grid viewport configuration
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-03-25
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:
Description
when you enter an invalid number over 12 in the grid viewport configuration, the frontend simply renders the highest possible number which is 12, but the backend still displays the invalid number.
The field should only allow numbers from 1 to 12.
Files
Updated by Ralf Zimmermann over 7 years ago
Since bootstrap allow more than 12 cols (http://getbootstrap.com/css/#grid-example-wrapping) i think its better to allow such configurations within the viewhelper instead of disallowing it within the form editor.
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to Candidate for patchlevel
Updated by Björn Jacob over 6 years ago
- Assignee deleted (
Ralf Zimmermann) - Target version deleted (
Candidate for patchlevel) - TYPO3 Version changed from 8 to 9
- PHP Version changed from 7.0 to 7.2
I propose the following solution: instead of limiting anything or adding a validation, we get the form configuration and display a hint how many cols are available.
Actions