Actions
Feature #88645
openTCA modification via TS: change required option of a field
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2019-06-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Very often the users should mandatory fill out some fields in the BE when creating new records (e.g. tx_news records), so you have to change the TCA option "eval" to "required" for example.
In the moment you are not able to change it via PageTS: you have to create an own extension to override these TCA settings, what is a little bit complex for such a "problem" that often occurs.
Please implement a possibility to change it via a simple PageTS setting.
Updated by Georg Ringer over 4 years ago
- Category changed from TypoScript to Backend User Interface
- Status changed from New to Accepted
- Target version set to Candidate for Major Version
... must be added to \TYPO3\CMS\Backend\Form\Utility\FormEngineUtility::$allowOverrideMatrix
Actions