TYPO3 v12: Storage for file tree's "folder is expanded" flags

revision 08624279ae4e0ca579ff6c01f9004a32978e7bd0

raw

README.rst

TYPO3 stores which folders are expanded, in the be_users.uc column.

If something broke because a really large folder was expanded, clear it with:

UPDATE be_users SET uc = NULL WHERE username = 'cweiske';

Example of such a failure is that ``/typo3/ajax/filestorage/tree/fetchData?token=2342` does not return.

System Message: WARNING/2 (<stdin>, line 7); backlink

Inline literal start-string without end-string.

History