Skip to content

Commit

Permalink
feat: add metadata support for TE (DHIS2-17242) (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Apr 17, 2024
1 parent dc1f032 commit 39bedbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export const getDimensionFields = ({ withItems, withRepetition }) =>
'programStage',
withItems ? `items[${getItemFields().join(',')}]` : ``,
withRepetition ? 'repetition' : '',
'dimensionType',
'program[id]',
'optionSet[id]',
'valueType',
])

// Axis
Expand Down

0 comments on commit 39bedbe

Please sign in to comment.