How do you edit/add group members from the portal?

thoma5
Giga Contributor

Hello, so I have a task to allow users to edit their group members from the portal given that they have the right roles. However the portal does not have the same functionalities such as the client side. For example, in the portal when the user selects a group, it goes to a form and lists the group members as a table with an edit button as so 

find_real_file.png

and then it takes them here

find_real_file.png

But in the portal form view, when the user selects "Group Members" it takes them to this view which only allows them to add "New" members to the "sys_user_grmember" table, not just editing the members of that current group.

find_real_file.png

and it takes them to this form which in most  cases normal users can't just add to the member table

find_real_file.png

 

With that being said, is there any work arounds for this? Or is this functionality available under something else in the portal that I am missing??

 

Thanks,

TT

 
2 REPLIES 2

venkatiyer1
Giga Guru

The widget being used for displaying the table is Data table from the if portal page which has only the new option and hence you are seeing that option and not the edit. You would have to clone the widget and try adding the edit option as a button.

thoma5
Giga Contributor

Ah. So is there no edit option in portal page?? Does anyone else know?