-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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();
Metadata
Metadata
Assignees
Labels
No labels