Actions
Feature #36945
closedenable TCEFORM.table.field.config.readOnly = 1
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-05-08
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In t3lib_tceforms::t3lib_TCEforms() you have a whitelist definition that allows tca field configuration to be overridden by TSconfig => allowOverrideMatrix
But it does not allow to define readOnly for some fields.
It's needed for the following scenario:- A Backend User should not have access to a certain field
- When he does not have access rights to this certain field he cannot copy a page with the content of this field.
- He must have access to this field but without permissions to write.
Files
Actions