Actions
Bug #14861
closedTCEFORM and SELECT-Box in Table-Details-View
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-07-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Settings in TCEFORM have no influence on the SELECT-Box in Table-Details-View (after clicking "List only this table").
Example:
TCEFORM.tt_content {
text_properties.disabled = 1
text_align.disabled = 1
text_face.disabled = 1
text_size.disabled = 1
text_color.disabled = 1
}
Put this into the page-TSconfig. The fields in the form are no more visible. But you can select the field in detail view and even view their content.
Editing of the fields is not allowed at all.
(issue imported from #M1282)
Updated by Andreas Wolf about 13 years ago
- Status changed from Accepted to Rejected
- Target version deleted (
0) - TYPO3 Version changed from 3.8.0 to 3.8
- PHP Version deleted (
4)
Technically, this is completely correct - TCEFORM TSconfig does only influence TCEforms display, not other parts of the Core (like the list view). If you want to hide fields away from editors, disallow them in the respective group ACLs.
Actions