Bug #16154
tslib_content:.DBgetInsert/DBgetUpdate() don't honour TCA ctrl settings
| Status: | New | Start date: | 2006-05-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Communication | |||
| Target version: | - | |||
| TYPO3 Version: | 4.0 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
Description
Only some TCA settings are checked by tslib_content:.DBgetInsert). This ones are missing:
rootLevel
readOnly
adminOnly
is _static (?)
Also maybe worth checking:
editlock
Further tslib_content:.DBgetUpdate() does not honour the deleted-flag. So it's possible to alter an already "deleted" record.
There is no support or consideration for 3.x versioning or 4.0 workspaces.
(issue imported from #M3506)