diff --git a/app/controllers/dmsf_controller.rb b/app/controllers/dmsf_controller.rb index 5bfa63d8..1b93e691 100644 --- a/app/controllers/dmsf_controller.rb +++ b/app/controllers/dmsf_controller.rb @@ -33,7 +33,7 @@ class DmsfController < ApplicationController # Also try to lookup folder by title if this is an API call before_action :find_folder_by_title, only: [:show] before_action :get_query, only: [:expand_folder, :show, :trash, :empty_trash] - before_action :get_project_roles, only: [:new, :edit] + before_action :get_project_roles, only: [:new, :edit, :create] accept_api_auth :show, :create, :save, :delete