Bug #53454
closedtt_content categories-field isn't an allowed excludefield
100%
Description
The "categories"-field in tt_content elements isn't an allowed excludefield, so you can't deactivate it for editors.
Updated by Francois Suter almost 11 years ago
- Status changed from New to Needs Feedback
- Assignee set to Francois Suter
You mean the "categories" field which appears in the "Categories" tab, right?
I agree that it should be made an exclude field. This is actually a general problem of any field added with the Categorization API.
Updated by Francois Suter almost 11 years ago
- Category changed from Backend User Interface to Categorization API
- Target version set to 6.2.0
- Complexity set to easy
No answer, but I'm pretty sure about what was meant. I'm going to proceed with a patch.
Updated by Francois Suter almost 11 years ago
- Status changed from Needs Feedback to Accepted
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27373
Updated by Tobias Wollender almost 11 years ago
Yes, you are correct. I want to disable the categories selection in the categories tab. I'm currently not able to do this. Not in tt_content and also not for files in the filelist module when you edit the metadata. At the moment I'm deactivating fields with typoscript.
TCEFORM.tt_content.categories.disabled = 1
TCEFORM.sys_file_metadata.categories.disabled = 1
Thanks for taking care!
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27373
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27373
Updated by Francois Suter almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 55b54a2ffd6eec7689fc25e6c01757ecb149a897.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed