Skip to content

Commit

Permalink
Merge pull request #15 from itpartnersillinois/develop
Browse files Browse the repository at this point in the history
develop to main
  • Loading branch information
leslies-illinois authored Aug 14, 2024
2 parents d83008f + 106432e commit 53c7090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Danielson/Components/Pages/Admin/EditFormTemplate.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@page "/Admin/EditFormTemplate/{id:int?}"
@attribute [Authorize(Roles = "Admin,CoteStaff")]

<PageTitle>Add / Edit Form Template</PageTitle>
<PageTitle>Add / Edit Form Considerations Template</PageTitle>
<h1>Add / Edit Form Template</h1>

<p>This page is to manage considerations text for domain components for specific placement evaluation form templates. </p>
Expand Down
2 changes: 1 addition & 1 deletion Danielson/Components/Pages/Form/Domain.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@page "/Form/Domain/{FormId:int}"
@attribute [Authorize(Roles = "Student,Supervisor,CooperatingTeacher,Admin,CoteStaff")]
@attribute [Authorize(Roles = "Student,Supervisor,CooperatingTeacher,Admin,ProgramStaff,CoteStaff")]

@if (DomainObject != null && CurrentForm != null && FormImportInformation != null)
{
Expand Down
1 change: 1 addition & 0 deletions Danielson/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@page "/"
@attribute [Authorize(Roles = "Admin,CoteStaff")]
<PageTitle>Manage Evaluation Considerations Templates | CoTE Portal | Illinois</PageTitle>


Expand Down

0 comments on commit 53c7090

Please sign in to comment.