Skip to content

Commit

Permalink
feat(json): treat access collection as non-model collections
Browse files Browse the repository at this point in the history
Birkbjo committed Apr 7, 2021
1 parent 2468839 commit 67bc88d
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
@@ -25,6 +25,8 @@ const NON_MODEL_COLLECTIONS = {
filters: [],
yearlySeries: [],
interpretations: ['chart'],
userGroupAccesses: [],
userAccesses: [],
}

const isNonModelCollection = (propertyName, modelType) => {

0 comments on commit 67bc88d

Please sign in to comment.