VATSIM-UK/core
Secondary Examiner selector on Exam Accept modal still queries legacy ExaminerSettings table
Offen
#5.012 geöffnet am 21.07.2026
good first issue
Repository-Metriken
- Stars
- (28 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.