Expected Behavior
If there's a binding, you should not be able to remove an event source since you can lose the bind container.
Actual Behavior
you can delete an event source even if there's a binding referring it.
Steps to Reproduce the Problem
- create an event source / event type
- create a binding referring those
- delete event source
- binding is left orphaned
Additional Info
Expected Behavior
If there's a binding, you should not be able to remove an event source since you can lose the bind container.
Actual Behavior
you can delete an event source even if there's a binding referring it.
Steps to Reproduce the Problem
Additional Info