Project

General

Profile

Bug #4651

Updated by Tom Clegg over 9 years ago

Example: @arv create job@ should not invoke find_or_create behavior. 

 Currently, it sends "find_or_create"=>"false" because that's the default advertised in the discovery document. In the controller, we test @params[:find_or_create]@, which is @"false"@, which is truthy, and we do the wrong thing. 

Back