Skip to content
Snippets Groups Projects
Commit 92fb2810 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 63ac2524
No related branches found
No related tags found
No related merge requests found
class Admin::Research::ResearchersController < Admin::Research::ApplicationController
before_action :load, except: :index
has_scope :for_search_term
......@@ -13,7 +14,6 @@ class Admin::Research::ResearchersController < Admin::Research::ApplicationContr
end
def show
load
@possible_hal_authors = @researcher.possible_hal_authors unless @researcher.hal_identity?
@papers = @researcher.research_journal_papers.ordered.page(params[:page])
breadcrumb
......@@ -21,7 +21,6 @@ class Admin::Research::ResearchersController < Admin::Research::ApplicationContr
end
def update
load
[
:hal_doc_identifier,
:hal_form_identifier,
......
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