We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da96df7 + 1419e76 commit b610c43Copy full SHA for b610c43
src/Admin/Extension/WorkflowExtension.php
@@ -72,7 +72,7 @@ public function configureSideMenu(
72
$action,
73
AdminInterface $childAdmin = null
74
) {
75
- if (!in_array($action, $this->options['render_actions'], true)) {
+ if (null !== $childAdmin || !in_array($action, $this->options['render_actions'], true)) {
76
return;
77
}
78
0 commit comments