Project

General

Profile

Bug #12956

Updated by Ori Rabin over 8 years ago

Our routes for ajax calls on host/hostgroup are mostly on 'post'. 
 In rails4 this needs to be changed to patch. 
 Examples: current_parameters, process_hostgroup for hostgroup process_hostgroup, hostgroup_or_environment_changed

Back