Skip to content

Commit

Permalink
fix: request program stage for dimensions (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland authored Oct 7, 2019
1 parent 31dd611 commit 0d00250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const getDimensionFields = ({ withItems }) =>
'dimension',
'legendSet[id]',
'filter',
'programStage',
withItems ? `items[${getItemFields().join(',')}]` : ``,
]);

Expand Down

0 comments on commit 0d00250

Please sign in to comment.