mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
5.2.0 FIXED QBO Authentication
This commit is contained in:
2
init.rb
2
init.rb
@@ -26,7 +26,7 @@ Redmine::Plugin.register :redmine_qbo do
|
|||||||
url 'https://github.com/rickbarrette/redmine_qbo'
|
url 'https://github.com/rickbarrette/redmine_qbo'
|
||||||
author_url 'https://barrettefabrication.com'
|
author_url 'https://barrettefabrication.com'
|
||||||
settings :default => {'empty' => true}, :partial => 'qbo/settings'
|
settings :default => {'empty' => true}, :partial => 'qbo/settings'
|
||||||
requires_redmine :version_or_higher => '5.1.0'
|
requires_redmine :version_or_higher => '5.2.0'
|
||||||
|
|
||||||
# Add safe attributes for core models
|
# Add safe attributes for core models
|
||||||
Issue.safe_attributes 'customer_id'
|
Issue.safe_attributes 'customer_id'
|
||||||
|
|||||||
Reference in New Issue
Block a user