diff -r 3ce07a57ce68 -r 22551cc54749 plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb
@@ -2,7 +2,7 @@
       'id' => result.id,
       'label' => "#{result.name} (#{result.mail.partition('@')[2]})",
       'value' => result.name,
-      'type' => result.class.name,
+      'object_class' => result.class.name,
       'institution' => result.institution,
       'email' => result.mail,
       }
