Bug #33161
closedsorting of records not possible?
100%
Description
If im trying to change the sorting of any custom table with enabled versioning i get the following error message:
Move attempt failed due to workspace restrictions: Record could not be edited in workspace: Online record was not in versionized branch! // Could not insert record from table "mytablename" in destination PID "2"
Works for tt_content and pages but not for any custom table.
Typo3 4.5 and 4.6
Steps to reproduce: Switch to draft mode -> list module -> change order of any table (backend_layout for instance).
If this is just a missing feature it would be better if sorting icons are not visible or the error message is more understandable.
Updated by Jari no-lastname-given almost 13 years ago
- % Done changed from 0 to 100
I've fixed this problem by setting 'versioningWS' to 2 instead of 1.
In versioningWS 2 it creates a placeholder record.
Maybe this should be default!?
Updated by Cristian Eliade Moga almost 13 years ago
Tried to set 'versioningWS' of the custom table to 2 and I get a:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate XX bytes) in typo3_src/t3lib/class.t3lib_db.php on line XXXX
Tested on TYPO3 4.6.1 and 4.5.2
Updated by Tolleiv Nietsch almost 13 years ago
- Status changed from New to Closed
- Priority changed from Should have to Won't have this time
If a feature works for tt_content then it works for all other pages and sth. else is misconfigured - therefore I assume that this is not a bug. So please report only reproducible bugs to this bugtracker and use the newsgroups to get free support.
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces