mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 16:21:58 -04:00
Fixed webhook
This commit is contained in:
@@ -48,7 +48,7 @@ class WebhookProcessJob < ActiveJob::Base
|
||||
Redmine::Hook.call_hook( :qbo_additional_entities ).each do |context|
|
||||
next unless context
|
||||
Array(context).each do |entity|
|
||||
jobs.push(entity)
|
||||
entities.push(entity)
|
||||
log "Added additional QBO entity #{entity}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user