Removal of value must remove the values from dependent attribute
Hello,
In rtc work item, I have 2 attributes of type "String List" and can able to select multiple values in both of the attributes.
My requirement is that, If I remove selected values from Attribute "A" then its related values should be remove from attribute "B"
Suppose value of the first attribute is A and its related values are A1, A2
value of second attribute is "A1" and "A2"
If I remove value A from first attribute then A1 and A2 should be removed from second attribute.
How to achieve this feature in RTC.
Note : We can remove the selected values from delete button in web and "Remove" button in eclipse UI.