Skip to content

Commit

Permalink
RESTful service List Export Tasks does not return tasks which are not…
Browse files Browse the repository at this point in the history
… yet scheduled #1362
  • Loading branch information
vrindanayak committed Jun 20, 2018
1 parent bdc7ac7 commit 6271633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dcm4chee-arc-ui2/src/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,8 @@
"COMPLETED",
"WARNING",
"FAILED",
"CANCELED"
"CANCELED",
"TO SCHEDULE"
]
},
{
Expand Down Expand Up @@ -2550,7 +2551,8 @@
"COMPLETED",
"WARNING",
"FAILED",
"CANCELED"
"CANCELED",
"TO SCHEDULE"
]
},
{
Expand Down

0 comments on commit 6271633

Please sign in to comment.