Skip to content

Commit

Permalink
Merge pull request #292 from dhis2/fix/access-non-model-collection
Browse files Browse the repository at this point in the history
feat(json): treat access collection as non-model collections
  • Loading branch information
Birkbjo authored Apr 7, 2021
2 parents 2468839 + 67bc88d commit 47f6a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/helpers/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const NON_MODEL_COLLECTIONS = {
filters: [],
yearlySeries: [],
interpretations: ['chart'],
userGroupAccesses: [],
userAccesses: [],
}

const isNonModelCollection = (propertyName, modelType) => {
Expand Down

0 comments on commit 47f6a3a

Please sign in to comment.