We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On deletion of integration credentials, delete all associated webhooks first (both at the provider and in our DB), using those credentials.
The user has to be asked for confirmation before deleting in-use webhooks (which consequentially deactivates the linked agents).
The text was updated successfully, but these errors were encountered:
Remove webhooks before deleting credentials
8761c03
Resolves #8357 - Add user flow to explicitly confirm deleting credentials linked to in-use webhooks - Add logic to deregister, remove, and unlink webhooks before deleting parent credentials - backend: Add `NeedConfirmation` exception - frontend: Add `AlertDialog` UI component
feat(blocks): Various block QoL improvements (#8749)
fd6c1d9
Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: Zamil Majdy <[email protected]> Resolves #8357 Resolves #8738
fc4d1f7
Pwuts
No branches or pull requests
On deletion of integration credentials, delete all associated webhooks first (both at the provider and in our DB), using those credentials.
The user has to be asked for confirmation before deleting in-use webhooks (which consequentially deactivates the linked agents).
The text was updated successfully, but these errors were encountered: