Skip to content
Snippets Groups Projects
Commit 0970f6f4 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch '44365-fix-module-reloading' into 'master'

Fix the other "A copy of ..." error for ReadOnly

Closes #44365

See merge request gitlab-org/gitlab-ce!17935
parents c628f8f4 c11825a2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -170,7 +170,7 @@ module Gitlab
ENV['GIT_TERMINAL_PROMPT'] = '0'
 
# Gitlab Read-only middleware support
config.middleware.insert_after ActionDispatch::Flash, 'Gitlab::Middleware::ReadOnly'
config.middleware.insert_after ActionDispatch::Flash, '::Gitlab::Middleware::ReadOnly'
 
config.generators do |g|
g.factory_bot false
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment