mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Bug displaying organization elements that are in a folder #1303
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 @Nyxtorm on GitHub (Jun 20, 2022).
Originally assigned to: @BlackDex on GitHub.
Subject of the issue
Bug displaying organization elements that are in a folder (web vault version)
Deployment environment
Steps to reproduce
(Or replace steps 1 and 2 by moving a personal item that is in a folder to an organization)
Expected behaviour / Actual behaviour
The organization items for which I have defined a folder should be displayed instead of disappearing.
Or it should be impossible to assign a folder to an item in the organization if it is not supposed to be possible, but the problem is only on the web version.
Troubleshooting data
OK - image01 : https://i.imgur.com/RhgwzXm.png
Not OK - image02 : https://i.imgur.com/M89mq6h.png
Sorry for my English.
@BlackDex commented on GitHub (Jun 21, 2022):
Confirmed and i have also fixed this locally.
It seems the web-vault now checks the FolderId which is sent with all synced data, and that causes the it to hide the cipher it self.
Bitwarden it self does not provide the FolderId or Favorite key for Organizational synced data.
@BlackDex commented on GitHub (Jun 21, 2022):
PR is pushed.
@Nyxtorm thanks for reporting!
@Nyxtorm commented on GitHub (Jun 21, 2022):
Thank you very much for your reactivity to solve this problem, I just tested the PR, it works on my side! 🚀