Skip to content

Commit

Permalink
Merge pull request #3068 from rosinec/cli_facility_getassigneduser_add
Browse files Browse the repository at this point in the history
Added new getAssignedUsers to Facility manager CLI
  • Loading branch information
zlamalp committed Feb 2, 2021
1 parent 4eda6ce commit e9a46e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions perun-cli/Perun/FacilitiesAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,9 @@ sub copyAttributes
return Perun::Common::callManagerMethod('copyAttributes', '', @_);
}

sub getAssignedUsers
{
return Perun::Common::callManagerMethod('getAssignedUsers', '[]User', @_);
}

1;

0 comments on commit e9a46e2

Please sign in to comment.