mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 08:27:44 +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
|
||||
include NotificationsHelper
|
||||
include InputSanitizeHelper
|
||||
|
||||
before_action :load_vars
|
||||
before_action :check_view_tab_permissions, only: :index
|
||||
|
|
Loading…
Reference in a new issue