fix: only show quick form menu if perms allow
This commit is contained in:
parent
df517cfbfa
commit
30e1fd23d6
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class WuttaFarmMenuHandler(base.MenuHandler):
|
||||||
{
|
{
|
||||||
"title": "Eggs",
|
"title": "Eggs",
|
||||||
"route": "quick.eggs",
|
"route": "quick.eggs",
|
||||||
# "perm": "assets.list",
|
"perm": "quick.eggs",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue