You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure, maybe a discussion point. Do we delete all "linked" credentials (below that point in the graph), or provide some feedback when fetching that a credential in the chain has been deleted?
Actual behavior
Given (QVI, LE) credentials. If you delete the QVI credential, the LE credential is left dangling.
The result is you cannot even fetch all credentials, since while iterating it will try to clone the QVI credential and throw an error.
Steps to reproduce
Issue QVI credential
Issue chained LE credential
Delete QVI credential
Clone/fetch LE credential
The text was updated successfully, but these errors were encountered:
Version
0.2.0-dev6
Environment
No response
Expected behavior
I'm not really sure, maybe a discussion point. Do we delete all "linked" credentials (below that point in the graph), or provide some feedback when fetching that a credential in the chain has been deleted?
Actual behavior
Given (QVI, LE) credentials. If you delete the QVI credential, the LE credential is left dangling.
The result is you cannot even fetch all credentials, since while iterating it will try to clone the QVI credential and throw an error.
Steps to reproduce
The text was updated successfully, but these errors were encountered: