rt icon indicating copy to clipboard operation
rt copied to clipboard

Pass object to _AddMember/_DeleteMember to avoid using further a copy of the object

Open elacour opened this issue 5 years ago • 0 comments

If Object isn't passed, RT::Group->_AddMember or RT::Group->_DeleteMember will get the object from RT::Group->RoleGroupObject which will load a copy of the object and hence will break TransationBatch.

elacour avatar Aug 10 '18 14:08 elacour