Skip to content
Snippets Groups Projects
Commit c4712519 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Fix broken template switch

parent 13ca3f5d
No related branches found
No related tags found
1 merge request!13Feature upgrade to9 lts
......@@ -80,7 +80,7 @@
<f:be.menus.actionMenuItem
controller="{controller}"
action="{action}"
arguments="{selectedTemplate: selectedTemplateKey, selectedExtension: selectedExtensionKey}"
arguments="{parameters: {selectedTemplate: selectedTemplateKey, selectedExtension: selectedExtensionKey}}"
label="{label}" />
</f:section>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment