search for: current_action_id

Displaying 2 results from an estimated 2 matches for "current_action_id".

2006 Jan 18
4
That ol'' AJAX select box update again : observe_field does nothing
...gt; 0.25, :update => ?action_container?, :url => { :controller => ''job'', :action => :get_action_from_phase }, :with => ??job_phase_id=?+value?) %> <td id=''action_container''> <select id="job.current_action_id" name="job[current_action_id]"><p><label for="job_current_action_id">Job Phase</label><br/> <%= options_from_collection_for_select @ja, "id", "description", job.current_action_id %></p> </select&gt...
2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
...;---this is line 99 @job.notes << @note if @job.update_attributes(params[:job])....... The submitted params are; Request Parameters: {"commit"=>"Add Note", "id"=>"1", "job"=>{"job_state_id"=>"2", "current_action_id"=>"7", "job_phase_id"=>"2", "job_wait_state_id"=>"4"}, "note"=>"xzczcxvzxcvzxc"} The error message is; undefined method `stringify_keys!'' for "xzczcxvzxcvzxc":String And the trace is ; d:/ru...