Commit 41c6e63e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

oubli passage de paramètre public_access

parent bbe067b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;