Skip to content

Commit

Permalink
Add line_id to tasks lists in the operator API
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor committed May 16, 2023
1 parent 127285e commit a057dd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ioki/model/operator/task_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ class TaskList < Base
on: [:create, :read, :reassign],
omit_if_nil_on: [:create, :reassign],
type: :string

attribute :line_id,
on: [:create, :read, :update],
omit_if_nil_on: [:create, :update],
type: :string
end
end
end
Expand Down

0 comments on commit a057dd5

Please sign in to comment.