OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/views/members/autocomplete_for_member.jso...

9 lines
248 B

{
"results":
{
"items": <%= @principals.collect {|item| { :id => item.id, :name => item.name } }.to_json %>,
"total": <%= @total ? @total.to_json : @principals.size.to_json %>,
"more": <%= @more ? @more.to_json : 0.to_json %>
}
}