mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
Added Issue safe attributes for line items
This commit is contained in:
1
init.rb
1
init.rb
@@ -25,6 +25,7 @@ Redmine::Plugin.register :redmine_qbo do
|
|||||||
Issue.safe_attributes :estimate_id
|
Issue.safe_attributes :estimate_id
|
||||||
Issue.safe_attributes :invoice_id
|
Issue.safe_attributes :invoice_id
|
||||||
User.safe_attributes :employee_id
|
User.safe_attributes :employee_id
|
||||||
|
Issue.safe_attributes :line_items_attributes
|
||||||
TimeEntry.safe_attributes :billed
|
TimeEntry.safe_attributes :billed
|
||||||
|
|
||||||
# set per_page globally
|
# set per_page globally
|
||||||
|
|||||||
Reference in New Issue
Block a user