Improve dealing with members
Three issues this time:
QI.9v5kfj4 -- enable you to see the Things owned by a particular member of a Space. This involves several components:
- Added a new
_ownedThings
function, which produces the Things owned by the received Person. - Added a new
_ownedThingsPage
, which takes a Person as a parameter, and shows the Things owned by that Person. - Linked from the Person page to
_ownedThingsPage
. - Linked from the Members Tab to the Person Page.
So from the Member Tab, you can now click through to the page for this Person, and thence to the list of which Things this Person owns.
QI.9v5kfj3 -- in the Members Tab, it now shows the Person's OID, so you can distinguish between multiple members with the same Display Name.
QI.9v5kfif -- this one is a pure bugfix: when removing multiple Guests at once, only the first one would actually be removed.