Skip to content

Commit

Permalink
now also FINISHEDDIRTY jobs are displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jun 26, 2015
1 parent edef53d commit 64c33d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ftsHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function showError(jqXHR, textStatus, errorThrown, message) {
}

function getUserJobs(delegationId){
var urlE = sessionStorage.ftsRestEndpoint + "/jobs?dlg_id=" + delegationId + "&state_in=SUBMITTED,ACTIVE,FINISHED,FAILED,CANCELED&limit="+ sessionStorage.jobsToList;
var urlE = sessionStorage.ftsRestEndpoint + "/jobs?dlg_id=" + delegationId + "&state_in=SUBMITTED,ACTIVE,FINISHED,FAILED,CANCELED,FINISHEDDIRTY&limit="+ sessionStorage.jobsToList;
$.support.cors = true;
$.ajax({
url : urlE,
Expand Down

0 comments on commit 64c33d2

Please sign in to comment.