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
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11072
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11072
Updated by Wouter Wolters over 12 years ago
- File 30-6-2012_14-36-55.png 30-6-2012_14-36-55.png added
Image to see it works:)
Updated by Dimitri Koenig over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d3dbf1815fb3f966c4cbb289f37b1abf03c05cc.
Actions