Fix image occlusion error during review
This commit is contained in:
parent
4fb2efb8aa
commit
71311f201e
@ -691,6 +691,7 @@ def _check_dynamic_request_permissions():
|
||||
elif context == PageContext.REVIEWER and request.path in (
|
||||
"/_anki/getSchedulingStatesWithContext",
|
||||
"/_anki/setSchedulingStates",
|
||||
"/_anki/i18nResources",
|
||||
):
|
||||
# reviewer is only allowed to access custom study methods
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user