allow the roles of an system admin to be modified in the members_page

pull/11623/head
Sven R. Kunze 2 years ago committed by Oliver Günther
parent cf9f93bdd2
commit 6e7ab5f95b
  1. 2
      app/cells/members/row_cell.rb

@ -76,7 +76,7 @@ module Members
end
def may_update?
!principal&.admin && table.authorize_update
table.authorize_update
end
def may_delete?

Loading…
Cancel
Save