mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 16:26:03 +01:00
Fix typo in default async adapter name (#36695).
git-svn-id: https://svn.redmine.org/redmine/trunk@22365 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -85,6 +85,6 @@ class AdminController < ApplicationController
|
|||||||
[:text_convert_available, Redmine::Thumbnail.convert_available?],
|
[:text_convert_available, Redmine::Thumbnail.convert_available?],
|
||||||
[:text_gs_available, Redmine::Thumbnail.gs_available?]
|
[:text_gs_available, Redmine::Thumbnail.gs_available?]
|
||||||
]
|
]
|
||||||
@checklist << [:text_default_active_job_queue_changed, Rails.application.config.active_job.queue_adapter == :asyncs] if Rails.env.production?
|
@checklist << [:text_default_active_job_queue_changed, Rails.application.config.active_job.queue_adapter == :async] if Rails.env.production?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user