Skip to content
Snippets Groups Projects
Unverified Commit 8bd2c2d1 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #1603 from noesya/fix-removed-hal-methods

fix removed hal methods
parents 883216f9 a78dac3c
No related branches found
No related tags found
No related merge requests found
class Communication::Website::Permalink::Publication < Communication::Website::Permalink
def self.required_in_config?(website)
website.connected_hal_publications.any?
website.connected_publications.any?
end
def self.static_config_key
......
......@@ -13,7 +13,7 @@ class University::Person::Researcher < University::Person
def dependencies
[person] +
research_hal_publications
research_publications
end
def references
......
......@@ -25,7 +25,7 @@
<%= kamifusen_tag researcher.best_picture, width: 80 %>
<% end %>
</td>
<td><%= researcher.hal_publications.count %></td>
<td><%= researcher.publications.count %></td>
<td><%= researcher.research_journal_papers.count %></td>
<td></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment