mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-10 07:02:29 +02:00
Merge pull request #2696 from alexbelgium/copilot/fix-mealie-sidebar-visibility
fix(mealie): remove duplicate panel_admin key causing non-admin sidebar invisibility
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
## v3.17.0-1 (2026-05-10)
|
||||
- Fix sidebar panel not visible to non-admin HA users (remove duplicate panel_admin key, keep panel_admin: false)
|
||||
|
||||
## v3.17.0 (2026-05-09)
|
||||
- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases)
|
||||
|
||||
|
||||
@@ -94,7 +94,6 @@ options:
|
||||
ssl: false
|
||||
panel_admin: false
|
||||
panel_icon: mdi:silverware-fork-knife
|
||||
panel_admin: false
|
||||
ports:
|
||||
9001/tcp: 9090
|
||||
ports_description:
|
||||
@@ -115,4 +114,4 @@ schema:
|
||||
slug: mealie
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "v3.17.0"
|
||||
version: "v3.17.0-1"
|
||||
|
||||
Reference in New Issue
Block a user