Skip to content

Commit

Permalink
Remove x_edit_buttons from Catalog Edit Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
PanSpagetka committed Apr 9, 2019
1 parent 8a51c92 commit ca5a9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,6 @@ def replace_right_cell(options = {})
:ajax_buttons => true
}
presenter.show(:form_buttons_div).remove_paging
presenter.update(:form_buttons_div, r[:partial => "layouts/x_edit_buttons", :locals => locals])
elsif record_showing || @in_a_form || @sb[:buttons_node] ||
(@pages && (@items_per_page == ONE_MILLION || @pages[:items] == 0))
if %w[button_edit group_edit group_reorder at_st_new st_new st_catalog_new st_catalog_edit].include?(action)
Expand Down

0 comments on commit ca5a9c6

Please sign in to comment.