VATSIM-UK/core

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

开放

#5,012 创建于 2026年7月21日

 (2 条评论) (0 个反应) (1 位负责人)PHP (79 个派生)auto 404
good first issue

仓库指标

星标
 (28 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南