Showing 2,015 of 18,390 total issues
Avoid too many return
statements within this method. Open
Open
return "/" + request.parameters[:controller] + "/tree_select/?id=" + TREE_WITH_TAB[active_tab]
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return ems_networks_path
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return url_for_only_path(:controller => controller, :action => "show") + "/"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false if @layout == "configuration" && @tabform != "ui_4"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return url_for_only_path(:action => action) + "/" # In explorer, don't jump to other controllers
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "/" + request.parameters[:controller] + "/tree_select?id=" + suffix
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return url_for_only_path(:action => action, :id => params[:id]) + "?display=generic_objects&generic_object_id="
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return url_for_only_path(:controller => "vm_or_template", :action => "show") + "/"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return url_for_only_path(:controller => 'restful_redirect', :model => 'ExtManagementSystem') if controller == 'ext_management_system'
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return url_for_only_path(:controller => parent.kind_of?(VmOrTemplate) && !@explorer ? parent.class.base_model.to_s.underscore : request.parameters["controller"],
:action => association,
:id => parent.id) + "?#{@explorer ? "x_show" : "show"}="
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "/" + request.parameters[:controller] + "/tree_select/?id=" + x_node.split("-")[1]
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false # when tagging Users, Groups, Roles and Tenants, the table is non-clickable
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return "/#{params[:controller]}/tree_select/?id=#{TreeBuilder.get_prefix_for_model(view.db)}"
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true if changed?(params["source_security_group_id"], sg_rule.source_security_group_id)
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true if changed?(params["port"], sg_rule.port)
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return if performed?
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true if changed?(params["source_ip_range"], sg_rule.source_ip_range)
- Create a ticketCreate a ticket