Revision 1284:3ce07a57ce68 plugins/redmine_bibliography/app/views/publications

View differences:

plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
2 2
      'id' => result.id,
3 3
      'label' => "#{result.name} (#{result.mail.partition('@')[2]})",
4 4
      'value' => result.name,
5
      'type' => result.class,
5
      'type' => result.class.name,
6
      'institution' => result.institution,
7
      'email' => result.mail,
6 8
      }
7 9
    }.to_json
8
%>
10
%>

Also available in: Unified diff