search for: flow_item_find_search_sd

Displaying 1 result from an estimated 1 matches for "flow_item_find_search_sd".

2008 May 13
4
calling another rjs file in an if condition
...et.service_desk_status_id @sd_status_history.save @sd_ticket.update_attribute("service_desk_status_id",params[:status_id]) end #end of transaction if params[:page]==''search_sd_ticket'' render :update do |page| #page[:flow_item_find_search_sd].replace_html "service_desk_part/service_desk_flow_item_find_search_sd", :locals=>{:sd_ticket=>@sd_ticket} end end #The below portion i dont want to execute if the above condition satisfied @sd_activity_history=@sd_ticket.service_desk_status_histories...