Actions
Bug #18675
closedCreating shortcuts in backend.php does not work in modules other than web->list or file->filelist
Start date:
2008-04-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Creating shortcuts in backend.php does not work as the backpath submitted to the javascript function is not needed but creates a wrong path to typo3/ajax.php
The attached patch solves the problem by ommitting the backpath to the JS function responsible for creating the shortcuts. In fact as backend.php lies in typo3/ same as ajax.php a backpath is not needed. The shortcut manager always runs in the context of typo3/
(issue imported from #M8207)
Files
Actions