ref 17169: Selection of users in the Sharing panel

https://support.d4science.org/issues/17169

Added support to workspace users discovery by VREs

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@181358 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-07-30 09:17:15 +00:00
parent 30b56aa7f9
commit 87743b0277
1 changed files with 1 additions and 2 deletions

View File

@ -646,10 +646,9 @@ public class PanelMultiDragWorkspaceContact extends ContentPanel {
return new ColumnModel(configs);
}
public List<InfoContactModel> getTargetListContactWithOwner() {
public List<InfoContactModel> getTargetListContact() {
List<InfoContactModel> target = new ArrayList<>();
target.addAll(storeTarget.getModels());
target.add(owner);
return target;
}