Skip to content

Commit

Permalink
#105 Update case template list API to return the full list
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Feb 1, 2017
1 parent a27ea3c commit c85ab53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/app/scripts/services/TemplateSrv.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
query: {
method: 'POST',
url: '/api/case/template/_search',
isArray: true
isArray: true,
params: {
range: 'all'
}
}
});
});
Expand Down

0 comments on commit c85ab53

Please sign in to comment.