Actions
Bug #94581
closedRecordlinkhandler does not work
Status:
Closed
Priority:
Must have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2021-07-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using the RecordLinkhandler the link popup is broken.
Opening the Tab of the Linkhandler creates an error message:
Page tree error Got unexpected response from the server. Please check logs for details.
Browser Console shows an error:
PageBrowser.js?bust=dd563383f1364f6a11fa083333eea0256193e1a7:13 Uncaught (in promise) TypeError: Cannot read property 'includes' of null at HTMLElement.updateNodeActions (PageBrowser.js?bust=dd563383f1364f6a11fa083333eea0256193e1a7:13) at HTMLElement.updateVisibleNodes (SvgTree.js?bust=dd563383f1364f6a11fa083333eea0256193e1a7:13) at SvgTree.js?bust=dd563383f1364f6a11fa083333eea0256193e1a7:13
As far as I can see there are no "treeActions" defined in the variables.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
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/c/Packages/TYPO3.CMS/+/69921
Updated by Kevin Appelt over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bb8f1f059d3852ce00684eca10ca8fb34cf97941.
Actions