Actions
Bug #90067
closedNewContentElementController fails to set ID, leads to incorrect PageTS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-01-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I received this PR for the frontend_editing extension. I think it tries to solve a bug in the core.
https://github.com/FriendsOfTYPO3/frontend_editing/pull/388
Because TYPO3 v9 and higher doesn't set the "id" parameter, PageTS isn't generated correctly and settings made in PageTS are not loaded.
Updated by Mathias Bolt Lesniak almost 5 years ago
Can be closed. Resolved thanks to help from Benni Mack.
Updated by Benni Mack almost 5 years ago
- Status changed from New to Closed
Closing this one now. One can instantiate the NewContentElementController handing in a custom request (having a GET variable for the page) via init($request) to do this.
See the PR on GitHub.
Actions