Skip to content

Commit

Permalink
only list project roles on group project membership administration
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 6, 2024
1 parent 0cffa57 commit 9fe2a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/groups/_memberships.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
See COPYRIGHT and LICENSE files for more details.
++#%>
<% roles = Role.givable %>
<% roles = ProjectRole.givable %>
<% projects = Project.active.order(Arel.sql('lft')) %>
<% memberships = @group.memberships %>

Expand Down

0 comments on commit 9fe2a2f

Please sign in to comment.