Skip to content

Commit

Permalink
Update TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/Pages/…
Browse files Browse the repository at this point in the history
…Persons/PersonDetail/Induction.cshtml.cs

Co-authored-by: James Gunn <[email protected]>
  • Loading branch information
CathLass and gunndabad authored Dec 10, 2024
1 parent 25f10f3 commit 5b69c5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ namespace TeachingRecordSystem.SupportUi.Pages.Persons.PersonDetail;

public class InductionModel(TrsDbContext dbContext, ICrmQueryDispatcher crmQueryDispatcher, IClock clock) : PageModel
{
private static readonly string NoQualifiedTeacherStatusWarning = "This teacher has not been awarded QTS and is therefore ineligible for induction.";
private static readonly string InductionIsManagedByCpdWarning = "To change a teacher\u2019s induction status to passed, failed, or in progress, use the Record inductions as an appropriate body service.";
private const string NoQualifiedTeacherStatusWarning = "This teacher has not been awarded QTS and is therefore ineligible for induction.";
private const string InductionIsManagedByCpdWarning = "To change a teacher\u2019s induction status to passed, failed, or in progress, use the Record inductions as an appropriate body service.";
private bool StatusIsManagedByCPD;
private bool TeacherHoldsQualifiedTeacherStatus;

Expand Down

0 comments on commit 5b69c5a

Please sign in to comment.