Skip to content

Commit

Permalink
Add edit tax category modal turbo frame
Browse files Browse the repository at this point in the history
This new Turbo frame will be filled with the modal for editing the
tax category.
  • Loading branch information
spaghetticode committed Mar 13, 2024
1 parent a4b52a6 commit db65531
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class SolidusAdmin::TaxCategories::Index::Component < SolidusAdmin::Taxes::Component
def row_url(tax_category)
spree.edit_admin_tax_category_path(tax_category)
spree.edit_admin_tax_category_path(tax_category, _turbo_frame: :edit_tax_category_modal)
end

def model_class
Expand All @@ -24,7 +24,10 @@ def page_actions
end

def turbo_frames
%w[new_tax_category_modal]
%w[
new_tax_category_modal
edit_tax_category_modal
]
end

def search_key
Expand Down

0 comments on commit db65531

Please sign in to comment.