search for: document_cis

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

Did you mean: document_ci
2008 Mar 28
0
select in a loop
...", "service_desk_ci_association_type_id", ServiceDeskCiAssociationType.find(:all).collect {|p| [ p.description, p.id ] }) %></td> <%= hidden_field "sd_ci", "id", "value" => hardware_ci.ci.id %> <% end %> <% for document_ci in @document_cis %> <td> <%= select( "sd_ci", "service_desk_ci_association_type_id", ServiceDeskCiAssociationType.find(:all).collect {|p| [ p.description, p.id ] }) %> </td> <%= hidden_field "sd_ci", "id", "value" => document_ci.ci.id %&gt...