Bug #4081
enableFields should be implemented for Backend use
| Status: | Resolved | Start date: | 2009-07-30 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Jochen Rau | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | Estimated time: | 0.00 hour | |
| Has patch: | Tags: | |||
| Votes: | 0 |
Description
Method addEnableFieldsStatements in Typo3DbBackend is only implemented for Frontend use (a TODO statement says that it should be available for Backend).
Solution: implements call to enableFields() for backend using the sister method t3lib_BEfunc::BEenableFields() as provided in the associated patch.
Associated revisions
[BUGFIX] Extbase (Persistence): TYPO3DbBackend->addEnableFieldsStatement is now Backend aware (patch provided by Xavier). Resolves #4081.
History
Updated by Jochen Rau almost 4 years ago
- Status changed from New to Resolved
- % Done changed from 70 to 100
Applied in changeset r991.