mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 21:24:23 +08:00
fixes remove user action on project [fixes SCI-1261]
This commit is contained in:
parent
213425b493
commit
b6367981c7
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
class UserProjectsController < ApplicationController
|
class UserProjectsController < ApplicationController
|
||||||
include NotificationsHelper
|
include NotificationsHelper
|
||||||
|
include InputSanitizeHelper
|
||||||
|
|
||||||
before_action :load_vars
|
before_action :load_vars
|
||||||
before_action :check_view_tab_permissions, only: :index
|
before_action :check_view_tab_permissions, only: :index
|
||||||
|
|
Loading…
Add table
Reference in a new issue