Skip to content

Commit f1677a1

Browse files
Fix issues with pr
1 parent 5445e9e commit f1677a1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/controllers/service_controller.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ def show_list
1616
process_show_list(:dbname => :service, :gtl_dbname => :service)
1717
end
1818

19-
def show
20-
super
21-
end
22-
2319
def button
2420
case params[:pressed]
2521
when 'service_tag'
@@ -36,7 +32,7 @@ def button
3632
javascript_redirect(:action => 'service_reconfigure', :id => params[:id])
3733
when "custom_button"
3834
@display == 'generic_objects' ? generic_object_custom_buttons : custom_buttons
39-
when 'generic_object_tag'
35+
when "generic_object_tag"
4036
tag(GenericObject)
4137
else
4238
add_flash(_("Invalid button action"), :error)

0 commit comments

Comments
 (0)