Skip to content

Commit

Permalink
Admin UI: Error when showing relationships of identity if relationshi…
Browse files Browse the repository at this point in the history
…p in status DeletionProposed or ReadyForDeletion exists (#879)
  • Loading branch information
HunorTotBagi authored Sep 20, 2024
1 parent b40decc commit c01f1b5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ public enum RelationshipStatus
Active = 20,
Rejected = 30,
Revoked = 40,
Terminated = 50
Terminated = 50,
DeletionProposed = 60,
ReadyForDeletion = 70
}

0 comments on commit c01f1b5

Please sign in to comment.