mirror of
https://github.com/bitwarden/web
synced 2025-12-23 19:53:16 +00:00
cannot create item in collection.
set collection after share.
This commit is contained in:
@@ -309,8 +309,9 @@
|
||||
}
|
||||
});
|
||||
|
||||
modal.result.then(function (orgId) {
|
||||
cipher.organizationId = orgId;
|
||||
modal.result.then(function (returned) {
|
||||
cipher.organizationId = returned.orgId;
|
||||
cipher.collectionIds = returned.collectionIds || [];
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user