Skip to content

Commit

Permalink
disable turbo to work around link_to_function limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Dec 9, 2024
1 parent 501d8d5 commit 5ab5627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/groups/_memberships.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ See COPYRIGHT and LICENSE files for more details.
<%= labeled_check_box_tags 'membership[role_ids][]', roles %>
</div>
</div>
<div><%= styled_button_tag t(:button_add), class: '-primary -with-icon icon-checkmark' %></div>
<div><%= styled_button_tag t(:button_add), class: '-primary -with-icon icon-checkmark', data: { turbo: false } %></div>
</fieldset>
<% end %>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/individual_principals/_memberships.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ See COPYRIGHT and LICENSE files for more details.
<%= labeled_check_box_tags 'membership[role_ids][]', roles %>
</div>
</div>
<div><%= styled_button_tag t(:button_add), class: '-primary -with-icon icon-checkmark' %></div>
<div><%= styled_button_tag t(:button_add), class: '-primary -with-icon icon-checkmark', data: { turbo: false } %></div>
</fieldset>
<% end %>
<% end %>
Expand Down

0 comments on commit 5ab5627

Please sign in to comment.