Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3498 - Content: Ministry: Change request approve/deny #4277

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"value": ""
}
],
"content": "Staff area",
"content": "Decision",
"refreshOnChange": false,
"customClass": "category-header-medium primary-color",
"hidden": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
<template>
<body-header title="Student change">
<body-header title="Student change requests">
<template #status-chip>
<status-chip-requested-assessment :status="appealStatus" />
</template>
<template #subtitle>
<div class="mb-2">
<p>
<strong>Instructions:</strong>
</p>
<ul>
<li>
View the change request and any supporting documentation on the
student application
</li>
<li>
Review the history of Request a Change submissions prior to
approving each new one to ensure continuity
</li>
<li>
Review all fields to ensure that information is consistent with the
students current circumstances
</li>
<li>
When the review is complete, come back to this page to approve or
deny the request
</li>
</ul>
</div>
</template>
</body-header>
<appeal-requests-approval-form
:studentAppealRequests="studentAppealRequests"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template #header>
<header-navigator
title="Assessment"
subTitle="View Request"
subTitle="View request(s)"
:routeLocation="assessmentsSummaryRoute"
/>
</template>
Expand Down
Loading