Missing Connection/Extension Property Change Event When Integrations Are Created Or Deleted
See original GitHub issueThis is a…
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report
[ ] Documentation issue or request
Description
Connections and extensions have a uses
integer property that identifies how many integrations are using it. When an integration is created that uses a connection or extension, a change event for that connection and/or extension should be fired. I don’t believe that event is fired as the UI object cache/store does not get refreshed.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Should it be possible to delete an extension that is in use · Issue ...
I believe this is due to not having a connection/extension change event generated when an integration is created or deleted. A workaround is...
Read more >FAQ: What's the difference between hiding, blocking, and ...
As with blocking, Amplitude will no longer collect deleted events and properties, and the data sent after deleting an event or property ...
Read more >All other San Diego fixes - ServiceNow Docs
Workload events are created for a Virtual Agent user if the com.glide.cs.va.sys_user property was set incorrectly and later fixed.
Read more >Update webhook events being sent before create events
Our app is subscribed to both "contact.creation" and "contact.propertyChange" - however, the issue is that when a contact is newly created in hubspot,...
Read more >Cancelled Google Calendar Event empty properties and ...
This property seems to be missing from the Event. I could, of course, use the ICalUID to match both records, but that means...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Before closing this as verified I would suggest adding this information to extension detail. As now it can be quite confusing for some users, this is the preview and detail for the same extension in same application state and although you can’t delete it, there is also written that no integrations are currently using it. So I would suggest adding line above this message saying how many integrations it is used by and then how many it is used by currently.
Just looking at it in the new react UI, the number is now synchronized between those two pages and there is a table of all integrations currently using that extension. I’d say we can consider this closed & verified. Feel free to reopen this if you think otherwise 😃