Bug #66169
closed
Empty grid list in frontend workspace preview
Added by Leslaw Pazdzior over 9 years ago.
Updated about 6 years ago.
Description
When you go to preview of page in any draft workspace you can see page preview, but List view is empty (see attachment).
I tried on 2 different installations (with the newest version 6.2.12-dev, but error is also in older versions like 6.2.9).
Files
This is what you get in the JS console:
I tested it on several sites with https and http and even tried to add CORS support but the problem is still there.
Thank you, Jose for input! It seems that the same js error exists in version 6.1 too and it doesn't make harm.
So I went to bit different direction, and it seems that ajax that supposes to give json array with list of content elements and pages gives quite poor set (typo3/ajax.php?ajaxID=ExtDirect::route&namespace=TYPO3.Workspaces). This array is returned by \TYPO3\CMS\Workspaces\ExtDirect\ActionHandler::loadColumnModel and it is taken from (if it's in workspace with number 1) global: $GLOBALS['BE_USER']->uc['moduleData']['Workspaces']['1']['columns'];
Now, I have no idea why this set is so poor.
Error is also in 6.2.12! Any Solutions?
still an issue in both 6.2.15 and 7.5-dev (latest master)
- Status changed from New to Accepted
- Subject changed from Empty List view on draft preview to Empty grid list in frontend workspace preview
- Status changed from Accepted to Under Review
- Assignee set to Oliver Hader
Please test and review the recent patches and put your vote on review.typo3.org. Thx
- Target version deleted (
next-patchlevel)
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF