Resolving Item Creation Issues for Manager Role #1925

Closed
opened 2026-02-05 02:14:54 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bxdcxdx on GitHub (May 30, 2024).

Subject of the issue

In the current version of Vaultwarden, users assigned the “Manager” role experience issues when creating items within newly created folders. This problem manifests consistently across all browsers and operating systems, indicating that it is specifically related to the role permissions rather than the environment.

Consistency and Workarounds:

  • This issue occurs every time the described steps are followed, making it a persistent problem for users with the Manager role.
  • As a temporary workaround, managers must reload the page to see and use the new folder.
  • Alternatively, assigning the manager the Admin role resolves the issue, but this is not a viable long-term solution due to role-specific permissions and security considerations.

Related Issues:

  • There is an additional known issue where users with the Manager role cannot delete collections, which further complicates management tasks.

Deployment environment

  • vaultwarden version: 1.30.5
  • Install method: docker

  • Clients used: web vault

  • Reverse proxy and version: Apache HTTP Server version 2.4.54 on the Alpine Linux base

  • MySQL/MariaDB or PostgreSQL version: SQLite: 3.44.0

  • Other relevant details:

Steps to reproduce

  1. Manager Role Actions:
  • A manager logs into Vaultwarden.
  • The manager creates a new folder, for example, named “test”.
  • The manager navigates into the newly created folder “test”.
  • The manager attempts to create a new item within this folder.
  1. Encountered Problem:
  • The new folder “test” does not appear in the “Collections” list.
  • Consequently, the manager is unable to assign the item to the newly created folder.
  • To proceed, the manager is forced to reload the entire page.

Expected behaviour

see the newly created Collection in the Collection list.

Actual behaviour

Can't see the newly created Collection in the Collection list without a page reload.

Troubleshooting data

Originally created by @bxdcxdx on GitHub (May 30, 2024). <!-- # ### NOTE: Please update to the latest version of vaultwarden before reporting an issue! This saves you and us a lot of time and troubleshooting. See: * https://github.com/dani-garcia/vaultwarden/issues/1180 * https://github.com/dani-garcia/vaultwarden/wiki/Updating-the-vaultwarden-image # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them. Remember to hide/redact personal or confidential information, such as passwords, IP addresses, and DNS names as appropriate. --> ### Subject of the issue In the current version of Vaultwarden, users assigned the “Manager” role experience issues when creating items within newly created folders. This problem manifests consistently across all browsers and operating systems, indicating that it is specifically related to the role permissions rather than the environment. Consistency and Workarounds: - This issue occurs every time the described steps are followed, making it a persistent problem for users with the Manager role. - As a temporary workaround, managers must reload the page to see and use the new folder. - Alternatively, assigning the manager the Admin role resolves the issue, but this is not a viable long-term solution due to role-specific permissions and security considerations. Related Issues: - There is an additional known issue where users with the Manager role cannot delete collections, which further complicates management tasks. ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.30.5 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: docker * Clients used: web vault * Reverse proxy and version: Apache HTTP Server version 2.4.54 on the Alpine Linux base * MySQL/MariaDB or PostgreSQL version: SQLite: 3.44.0 * Other relevant details: ### Steps to reproduce 1. Manager Role Actions: - A manager logs into Vaultwarden. - The manager creates a new folder, for example, named “test”. - The manager navigates into the newly created folder “test”. - The manager attempts to create a new item within this folder. 2. Encountered Problem: - The new folder “test” does not appear in the “Collections” list. - Consequently, the manager is unable to assign the item to the newly created folder. - To proceed, the manager is forced to reload the entire page. ### Expected behaviour see the newly created Collection in the Collection list. ### Actual behaviour Can't see the newly created Collection in the Collection list without a page reload. ### Troubleshooting data
Author
Owner

@BlackDex commented on GitHub (May 30, 2024):

Already resolved via #4517.

Please use the testing tagged container to make use of this fix.

@BlackDex commented on GitHub (May 30, 2024): Already resolved via #4517. Please use the testing tagged container to make use of this fix.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1925