-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webapp): Invalidate cache on deleting integrations and adding con…
…nection from integration page (#3068) <!-- Describe the problem and your solution --> I noticed a couple of places where the connection list cache wasn't being correctly invalidated: 1. When creating a new connection from the integrations page (like right after creating a new integration). 2. When deleting an integration. <!-- Issue ticket number and link (if applicable) --> <!-- Testing instructions (skip if just adding/editing providers) --> ## How I Tested This 1. Go to Connections so the cache is warmed up 1. Create a new Unauthenticated Integration 2. Create a new connection for the new Unauthenticated integration 3. Return to Connections. The new connection should be in the list. 4. Go back to the new integration, go to the settings tab, and delete it. 5. Go back to connections. The new connection should now be gone.
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters