I have a problem when removing a member in a group of 2. I get Malformed UpdatePath as an error message. It seems to only happen when removing the first member in the tree. It also happens when a larger group removes members reducing the group to a single member. I am using the following code for the removal process:
proposal = session.remove(0);
session.handle(proposal);
session.commit();
I have a problem when removing a member in a group of 2. I get
Malformed UpdatePathas an error message. It seems to only happen when removing the first member in the tree. It also happens when a larger group removes members reducing the group to a single member. I am using the following code for the removal process:proposal = session.remove(0);session.handle(proposal);session.commit();