Skip to content
Snippets Groups Projects
Commit 273958a4 authored by Torben Hansen's avatar Torben Hansen Committed by Stefan Neufeind
Browse files

[BUGFIX] Template dropdown doesn't refresh template title after save

Reloads the template menu after the template title has been changed.

Resolves: #51805
Releases: 6.2, 6.1
Change-Id: I5d987a3ffc6a11dfa1ebe54480c9c3b69ccc1959
Reviewed-on: https://review.typo3.org/26766
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
parent 6b951001
Branches
Tags
No related merge requests found
......@@ -274,6 +274,8 @@ class TypoScriptTemplateInformationModuleFunctionController extends \TYPO3\CMS\B
$this->tce_processed = TRUE;
// re-read the template ...
$this->initialize_editor($this->pObj->id, $template_uid);
// reload template menu
$manyTemplatesMenu = $this->pObj->templateMenu();
}
// If files has been edited:
if (is_array($edit)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment