]> source.dussan.org Git - redmine.git/commitdiff
Merged r22403 from trunk to 5.1-stable (#36695).
authorGo MAEDA <maeda@farend.jp>
Mon, 30 Oct 2023 09:13:17 +0000 (09:13 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 30 Oct 2023 09:13:17 +0000 (09:13 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22404 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/admin_controller.rb

index 7f36e14c452dc5a1c95332397cf9b0de0fa704f6..fb7b0de21458ef229e8697ed7bb96eb46c34e392 100644 (file)
@@ -85,6 +85,6 @@ class AdminController < ApplicationController
       [:text_convert_available,        Redmine::Thumbnail.convert_available?],
       [:text_gs_available,             Redmine::Thumbnail.gs_available?]
     ]
-    @checklist << [:text_default_active_job_queue_changed, Rails.application.config.active_job.queue_adapter == :async] 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