diff --git a/app/jobs/webhook_process_job.rb b/app/jobs/webhook_process_job.rb index e35938b..283090b 100644 --- a/app/jobs/webhook_process_job.rb +++ b/app/jobs/webhook_process_job.rb @@ -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 diff --git a/init.rb b/init.rb index 16a0ded..11e4310 100644 --- a/init.rb +++ b/init.rb @@ -14,7 +14,7 @@ Redmine::Plugin.register :redmine_qbo do name 'Redmine QBO plugin' author 'Rick Barrette' description 'A pluging for Redmine to connect with QuickBooks Online to create Time Activity Entries for billable hours logged when an Issue is closed' - version '2026.3.13' + version '2026.3.14' url 'https://github.com/rickbarrette/redmine_qbo' author_url 'https://barrettefabrication.com' settings default: {empty: true}, partial: 'qbo/settings'