mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Fix loading of projects table navigator [SCI-10450]
This commit is contained in:
parent
911fbf6882
commit
c75dd047bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
module Navigator
|
module Navigator
|
||||||
class ProjectsController < BaseController
|
class ProjectsController < BaseController
|
||||||
before_action :load_project
|
before_action :load_project, except: :index
|
||||||
before_action :check_read_permissions, except: :index
|
before_action :check_read_permissions, except: :index
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Reference in a new issue