-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Feature.web.534.allow multi select in org vault #830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature.web.534.allow multi select in org vault #830
Conversation
…github.com/bitwarden/server into Feature.Web.534.AllowMultiSelectInOrgVault
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will also need to create a script file for the DB update in util/Migrator/DbScripts
following the convention there to drop + create the new stored procedure. This script is used when deploying the server AND as a schema update script for self-hosted instances upon update.
Added migration script |
…owMultiSelectInOrgVault
…wMultiSelectInOrgVault
…owMultiSelectInOrgVault merge with latest
Objective
Set up delete many w/admin methods for bulk deleting ciphers from within an org vault
Code Changes
Created relevant API methods and a stored procedure for implementing the objective
Related Issues
Relates to bitwarden/web #534
bitwarden/jslib PR #130 depends on this change