Actions
Bug #21041
closedFrontendEditing (classic) does not work when editing forms on page
Start date:
2009-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you activate "edit forms on-page" the classic frontendediting does not work. The JavaScript libraries which are needed for this, are included with wrong path's.
This is an result of RFC 11397 introduced with rev. 5903
(issue imported from #M11933)
Files
Updated by Steffen Kamper about 15 years ago
I can confirm this. There are dependencies of feedit in admin panel which have to be removed anyway. but the js libs are included in "BE" mode.
I have to search for the code first, any hint?
Updated by Steffen Kamper about 15 years ago
the attached patch fix the problem, however the solution is (and was) not elegant as all is added as additionalHeaderData
Updated by Steffen Kamper about 15 years ago
a better solution is in v2 as the JS is added the preferred way.
Updated by Steffen Kamper about 15 years ago
due latest changes in core here is an updated patch (v3)
Actions