It seems the notification templating incorrectly adds the /examiner/ path to devilry_email_comment_detail_url when notifying administrators .
Example: when another administrator comments an assignment the «An admin added a new comment for {assignment name}» notification's devilry_email_comment_detail_url will use an /examiner/ path. Unless the admin receiving the notification also is the student group's examiner the URL will give HTTP 403 permission denied.
Workaround
The admin can manually replace /examiner/ with /admin/.
It seems the notification templating incorrectly adds the
/examiner/
path todevilry_email_comment_detail_url
when notifying administrators .Example: when another administrator comments an assignment the «An admin added a new comment for {assignment name}» notification's
devilry_email_comment_detail_url
will use an/examiner/
path. Unless the admin receiving the notification also is the student group's examiner the URL will give HTTP 403 permission denied.Workaround The admin can manually replace
/examiner/
with/admin/
.