[
https://issues.apache.org/jira/browse/AIRAVATA-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393755#comment-16393755
]
Marcus Christie commented on AIRAVATA-2711:
-------------------------------------------
[~sadithel],
I've added the REST API side and two new methods on GroupService. You can use
it like so
{code:java}
services.GroupService.addAdmins(groupId, ['user1@domain', 'user2@domain'])
{code}
just pass a list of sharing user ids as the second argument. Note, this returns
a Promise.
> Groups UI: edit list of admins if owner
> ---------------------------------------
>
> Key: AIRAVATA-2711
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2711
> Project: Airavata
> Issue Type: Bug
> Reporter: Marcus Christie
> Priority: Major
>
> Allow owners to add and remove other users as "admins" of a group. Group
> admins are allowed to edit the group (edit the name, description and list of
> members).
> We can reuse some of the UI used for members but we'll want to also make it
> distinctive enough.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)