We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec4ae0 commit 12ffd19Copy full SHA for 12ffd19
app/controllers/miq_ae_class_controller.rb
@@ -281,7 +281,6 @@ def find_existing_node(parents)
281
282
def replace_right_cell(options = {})
283
@explorer = true
284
- # byebug
285
replace_trees = options[:replace_trees]
286
287
# FIXME: is the following line needed?
@@ -2369,7 +2368,6 @@ def fields_get_form_vars
2369
2368
end
2370
2371
elsif params[:button] == "accept"
2372
2373
# if session[:field_data][:name].blank? || session[:field_data][:aetype].blank?
2374
if params[:name].blank? || params[:aetype].blank?
2375
# field = session[:field_data][:name].blank? ? "Name" : "Type"
0 commit comments