mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
revert the no_authorization_required clause
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
module Projects
|
||||
class IdentifierSuggestionsController < ApplicationController
|
||||
before_action :require_login
|
||||
no_authorization_required! :show
|
||||
before_action :authorize
|
||||
|
||||
def show
|
||||
name = params[:name].to_s.strip
|
||||
|
||||
Reference in New Issue
Block a user