admin-users
User administration UI
Description
User account admin interface for creating, deleting and modifying users.
TODO
- ''Some sort of pagination''
Bundle configuration
{
"restUrl" : "[(relative url for rest operations)]"
}
- restUrl is the URL for all the REST operations. It is added to the base ajax URL.
- operations are semi-REST at the moment; we use PUT, DELETE, etc., but use a parameter for UID instead of a path-like solution
Events the bundle listens to
Event | How does the bundle react |
---|---|
userinterface.ExtensionUpdatedEvent | Loads users when the flyout is opened |