Skip to content

Commit

Permalink
Fixes #37980 - Remove roles locked sort
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Nov 5, 2024
1 parent e83f674 commit 638380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/roles/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<tr>
<th class="col-md-2"><%= sort :name, :as => s_("Role|Name") %></th>
<th class="col-md-8"><%= sort :description, :as => s_("Role|Description") %></th>
<th class="col-md-1"><%= sort :locked, :as => s_("Role|Locked"), :default => "DESC" %></th>
<th class="col-md-1"><%= s_("Role|Locked") %></th>
<th><%= _('Actions') %></th>
</tr>
</thead>
Expand Down

0 comments on commit 638380b

Please sign in to comment.