Fix sharing the item to organization.

This commit is contained in:
Miroslav Prasil 2019-01-16 11:33:43 +00:00
parent 9bf13b7872
commit 71a10e0378

View File

@ -221,7 +221,7 @@ pub fn update_cipher_from_data(
nt: &Notify,
ut: UpdateType,
) -> EmptyResult {
if cipher.organization_uuid != data.OrganizationId {
if cipher.organization_uuid.is_some() && cipher.organization_uuid != data.OrganizationId {
err!("Organization mismatch. Please resync the client before updating the cipher")
}