mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Merge pull request #622 from ZmagoD/zd_SCI_1261
fixes remove user action on project [fixes SCI-1261]
This commit is contained in:
commit
39203a16f4
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…
Reference in a new issue