Skip to content
Snippets Groups Projects
Commit 01781c9b authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[BUGFIX}] Additional fix needed for the selection of the templates

parent d07e95fc
No related branches found
No related tags found
No related merge requests found
......@@ -97,9 +97,12 @@ class ActionMenuItemViewHelper extends AbstractTagBasedViewHelper {
if ($arguments['parameters']['selected'] === 'selected') {
$this->tag->addAttribute('selected', 'selected');
} else {
$this->tag->removeAttribute('selected');
}
$this->tag->setContent($label);
return $this->tag->render();
}
}
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