Question
How to add validator for Resulting objects in Chnage Notice?
I wanted to add an validator for the resulting objects table, If release target is empty it should throw an warning to the user.
For this scenario I tried extending AffectedAndResultingItemsFormDelegate and ChangeTaskResultingItemsFormDelegate and overriding it's methods to just print dummy statements, it doesn't work for both delegates.
Thanks in advance

