Bug #71219
closedWrong Error Message in sysext\backend\Classes\Controller\File\EditFileController.php
100%
Description
When editing and saving a file in Filelist an error flash message appears although the changes of the files are saved.
This is only the case when the extension t3editor is loaded.
What happens is:
In sysext\t3editor\Resources\Public\JavaScript\T3editor.js the T3editor.setAjaxSavetypeCallback function is called.
This calls the ajaxSaveCode Function in sysext\t3editor\Classes\T3editor.php
In the try catch Block the two hooks sysext\t3editor\Classes\Hook\TypoScriptTemplateInfoHook.php and sysext\t3editor\Classes\Hook\FileEditHook.php are called which return both false because $parameters['type'] = Null
Files
Updated by Gerrit Code Review about 9 years ago
- Status changed from Accepted 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/44524
Updated by Gerrit Code Review about 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/44524
Updated by Wouter Wolters about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4e79982e8c60d9b88b7ed7de790f45454e5885ae.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed