Skip to content

Commit

Permalink
Merge branch 'master' into version2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Goodman committed Jun 6, 2014
2 parents 9bb59d1 + bd30473 commit add395e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/allscripts_unity_client/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,12 @@ def get_task(userid, transaction_id)
magic(magic_parameters)
end

def get_task_list(userid = nil, since = nil)
def get_task_list(userid = nil, since = nil, delegated = nil)
magic_parameters = {
action: 'GetTaskList',
userid: userid,
parameter1: since
parameter1: since,
parameter4: delegated
}
response = magic(magic_parameters)

Expand Down
2 changes: 1 addition & 1 deletion lib/allscripts_unity_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AllscriptsUnityClient
VERSION = '2.0.4'
VERSION = '2.0.5'
end

0 comments on commit add395e

Please sign in to comment.