VATSIM-UK/core

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

Aperta

#5012 aperta il 21 lug 2026

 (2 commenti) (0 reazioni) (1 assegnatario)PHP (79 fork)auto 404
good first issue

Metriche repository

Star
 (28 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor