Loading src/store/JamaStore.js +3 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,9 @@ export default new Vuex.Store({ collectionId, limitFrom, limitTo, sortOptionsAsString(context.getters.sortOptions)); sortOptionsAsString(context.getters.sortOptions), context.getters.public_access_filter ); let collections = res.collections; let resources = res.resources; Loading Loading
src/store/JamaStore.js +3 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,9 @@ export default new Vuex.Store({ collectionId, limitFrom, limitTo, sortOptionsAsString(context.getters.sortOptions)); sortOptionsAsString(context.getters.sortOptions), context.getters.public_access_filter ); let collections = res.collections; let resources = res.resources; Loading