mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🐛 Bug Report: App Dashboard Multiplication #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @finnkuhn on GitHub.
Reproduction steps
When I access the app dashboard as a user with multiple user roles I see the same application listed multiple times.
Expected behavior
I see app only one time.
Actual Behavior
I see apps multiple times.
Pocket ID Version
v1.9.1
Database
SQLite
OS and Environment
Ubuntu LTS
Log Output
No response
@finnkuhn commented on GitHub:
As can be seen here one application is displayed twice in the app dashboard.
@stonith404 commented on GitHub:
This should be fixed in
641bbc9351and will be available in the next release.@finnkuhn commented on GitHub:
That fixed it indeed. Thank you!