MDL-69077 questions: question tag capabilties are relevant

This commit is contained in:
Tim Hunt 2020-06-17 13:06:57 +01:00
parent a2b286ce17
commit 5fbb14524d

@ -1813,6 +1813,8 @@ function question_get_question_capabilities() {
'moodle/question:useall',
'moodle/question:movemine',
'moodle/question:moveall',
'moodle/question:tagmine',
'moodle/question:tagall',
);
}