VATSIM-UK/core
Secondary Examiner selector on Exam Accept modal still queries legacy ExaminerSettings table
オープン
#5,012 opened on 2026/07/21
good first issue
Repository metrics
- Stars
- (28 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.