fix: only show quick form menu if perms allow

This commit is contained in:
Lance Edgar 2026-02-25 14:55:30 -06:00
parent df517cfbfa
commit 30e1fd23d6

View file

@ -72,7 +72,7 @@ class WuttaFarmMenuHandler(base.MenuHandler):
{ {
"title": "Eggs", "title": "Eggs",
"route": "quick.eggs", "route": "quick.eggs",
# "perm": "assets.list", "perm": "quick.eggs",
}, },
], ],
} }