Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4228 from HassenRiahi/FixFilesStatesView
Browse files Browse the repository at this point in the history
Task is replaced by workflow param.
  • Loading branch information
HassenRiahi committed Jun 2, 2014
2 parents e235e22 + a8553d2 commit 8592055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couchapp/monitor/views/FilesStates/map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function(doc) {
if (doc.lfn) {
emit([doc.state, doc.user, doc.task, doc.source, doc.destination], 1);
emit([doc.state, doc.user, doc.workflow, doc.source, doc.destination], 1);
}
}

0 comments on commit 8592055

Please sign in to comment.