Community
Participate
Working Groups
In bug 311248 I changed the UI to not use the unset*JoiningStrategy API when a radio button is deselected. Only selection of radio buttons needs to be handled. We should also remove this API from the model since the correct API to call is the set method for the joiningStrategy you want. There won't ever be no joining strategy set
Should also remove DerivedIdentity2_0.unsetIdDerivedIdentityStrategy(), unsetMapsIdDerivedIdentityStrategy()
Brian has already removed the unset* api from the Relationship hierarchy. I will remove the methods in DerivedIdentity2_0 since these are not being used.
Created attachment 198012 [details] proposed patch against head
checked in to HEAD for 3.1M1