Bug #66169
closedEmpty grid list in frontend workspace preview
100%
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
Updated by Jose Antonio Guerra over 9 years ago
- File pic1411.png pic1411.png added
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.
Updated by Leslaw Pazdzior over 9 years ago
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.
Updated by Mansoor Ahmad over 9 years ago
- File screen.PNG screen.PNG added
Error is also in 6.2.12! Any Solutions?
Updated by Riccardo De Contardi about 9 years ago
still an issue in both 6.2.15 and 7.5-dev (latest master)
Updated by Oliver Hader about 9 years ago
- Subject changed from Empty List view on draft preview to Empty grid list in frontend workspace preview
Updated by Gerrit Code Review about 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44305
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44306
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44307
Updated by Oliver Hader about 9 years ago
- Assignee set to Oliver Hader
Please test and review the recent patches and put your vote on review.typo3.org. Thx
Updated by Mathias Schreiber about 9 years ago
- Target version deleted (
next-patchlevel)
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44307
Updated by Oliver Hader almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a22fb18061626f80d50068d02e877eddd95d437f.