Error of edit Organization information #811

Closed
opened 2026-02-04 22:46:55 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @gkl1368 on GitHub (Sep 25, 2020).

When I edit organization information like Business name/Identifier, it shows "An error has occurred.
Error saving organization".
The bitwarden log:
is [error][ERROR] Error saving organization.
[CAUSE] DatabaseError(
ForeignKeyViolation,
"Cannot delete or update a parent row: a foreign key constraint fails (bitwarden.ciphers, CONSTRAINT ciphers_ibfk_2 FOREIGN KEY (organization_uuid) REFERENCES organizations (uuid))",
)

Originally created by @gkl1368 on GitHub (Sep 25, 2020). When I edit organization information like Business name/Identifier, it shows "An error has occurred. Error saving organization". The bitwarden log: is [error][ERROR] Error saving organization. [CAUSE] DatabaseError( ForeignKeyViolation, "Cannot delete or update a parent row: a foreign key constraint fails (`bitwarden`.`ciphers`, CONSTRAINT `ciphers_ibfk_2` FOREIGN KEY (`organization_uuid`) REFERENCES `organizations` (`uuid`))", )
Author
Owner

@BlackDex commented on GitHub (Sep 25, 2020):

This should be fixed when https://github.com/dani-garcia/bitwarden_rs/pull/1150 is merged.

@BlackDex commented on GitHub (Sep 25, 2020): This should be fixed when https://github.com/dani-garcia/bitwarden_rs/pull/1150 is merged.
Author
Owner

@gkl1368 commented on GitHub (Oct 1, 2020):

This should be fixed when #1150 is merged.

After upgrade new test version, It can edit organization information, but can't edit zip code in organization.

@gkl1368 commented on GitHub (Oct 1, 2020): > This should be fixed when #1150 is merged. After upgrade new test version, It can edit organization information, but can't edit zip code in organization.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#811