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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1159
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`))",
)
<!-- gh-comment-id:699137276 -->
@BlackDex commented on GitHub (Sep 25, 2020):
This should be fixed when https://github.com/dani-garcia/bitwarden_rs/pull/1150 is merged.
After upgrade new test version, It can edit organization information, but can't edit zip code in organization.
<!-- gh-comment-id:702163218 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @gkl1368 on GitHub (Sep 25, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1159
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, CONSTRAINTciphers_ibfk_2FOREIGN KEY (organization_uuid) REFERENCESorganizations(uuid))",)
@BlackDex commented on GitHub (Sep 25, 2020):
This should be fixed when https://github.com/dani-garcia/bitwarden_rs/pull/1150 is merged.
@gkl1368 commented on GitHub (Oct 1, 2020):
After upgrade new test version, It can edit organization information, but can't edit zip code in organization.