VATSIM-UK/core

Secondary Examiner selector on Exam Accept modal still queries legacy ExaminerSettings table

Open

#5,012 opened on Jul 21, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)PHP (79 forks)auto 404
good first issueup for grabs

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

The secondary examiner dropdown on the Exam Accept modal in ExamRequestsTable.php still fetches examiners from the legacy ExaminerSettings table, but examiner permissions have been migrated to roles on the Account model.

The secondary examiner dropdown should be changed to look for examiners via the new permission system.

Contributor guide