Skip to content
Snippets Groups Projects
Commit 031fa7b2 authored by Marcus Eibrink-Lunzenauer's avatar Marcus Eibrink-Lunzenauer
Browse files

Prevent paginated loading of un-paginated Courseware BlockFeedback.

Closes #416.
parent 33480103
No related branches found
No related tags found
No related merge requests found
......@@ -939,12 +939,7 @@ export const actions = {
include: 'user',
};
return dispatch('loadRelatedPaginated', {
type: 'course-block-feedback',
parent,
relationship,
options
});
return dispatch('courseware-block-feedback/loadRelated', { parent, relationship, options }, { root: true });
},
async createFeedback({ dispatch }, { blockId, feedback }) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment