Actions
Bug #17326
closedBEenableFields doesn't care about delete field
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-05-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
as same function in tslib_content this seems to be forgotten
class.t3lib_befunc.php, function BEenableFields
(issue imported from #M5671)
Files
Updated by Martin Kutschker over 17 years ago
Please note the comment for BEenableFields():
- Notice that deleted-fields are NOT filtered - you must ALSO call deleteClause in addition.
The reason ist that in the BE there are some provisions to display/handle also deleted records.
Actions