Commit 057e2f3f authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(management) Add a setter for inmenu action setting

Will be used in auditManagement

issue #5135
Showing with 5 additions and 0 deletions
+5 -0
...@@ -142,6 +142,11 @@ class Action ...@@ -142,6 +142,11 @@ class Action
$this->enabledCallable = $callable; $this->enabledCallable = $callable;
} }
function setInMenu($inmenu)
{
$this->inmenu = $inmenu;
}
function listActions() function listActions()
{ {
return array($this->name); return array($this->name);
......
Supports Markdown
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