Skip to content

Commit

Permalink
Merge pull request #232 from unicef/hact-future-quarterly
Browse files Browse the repository at this point in the history
Hact future quarterly
  • Loading branch information
drzackyll authored Mar 1, 2018
2 parents 731a75f + 89d42e4 commit 8c63c11
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 318 deletions.
6 changes: 4 additions & 2 deletions dash/app-elements/dashboard/dashboard-data/partners-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,13 @@
return _(results).reduce((sum, obj)=> {
let picked = _(obj).pick([
'shared_with',
'total_ct_cp',
'total_ct_ytd',
'hact_values',
'total_ct_cy',
'hact_min_requirements',
'outstanding_findings'
'outstanding_findings',
'reported_cy',
'planned_engagement'
]).value();
picked = _flattenObject(picked)
picked['shared_with'] = obj['shared_with']
Expand Down
Loading

0 comments on commit 8c63c11

Please sign in to comment.