fix is_active student flag logic and make moving with enrollment status
This commit is contained in:
@@ -54,7 +54,7 @@ if (!function_exists('enrollment_admin_flag_label')) {
|
||||
{
|
||||
return match ($type) {
|
||||
'CLASS_REASSIGNMENT_REQUIRED' => 'Assign a class',
|
||||
'PENDING_MAKE_UP_EXAM_PROMOTION' => 'Makeup exam result',
|
||||
'PENDING_MAKE_UP_EXAM_PROMOTION' => 'Makeup exam',
|
||||
'AGE_EXCEPTION_REQUIRED' => 'Age exception',
|
||||
'LATE_REGISTRATION_EXCEPTION' => 'Late registration',
|
||||
'FINANCIAL_REVIEW_REQUIRED' => 'Finance review',
|
||||
@@ -359,7 +359,7 @@ $reasonCodes = is_array($exceptionReasonCodes ?? null) ? $exceptionReasonCodes :
|
||||
<?php elseif ($flagTypeValue === 'PENDING_MAKE_UP_EXAM_PROMOTION'): ?>
|
||||
<form method="post" action="<?= site_url('administrator/enrollment-admin/flags/' . $flagId . '/makeup-promotion') ?>" class="mb-2">
|
||||
<?= csrf_field() ?>
|
||||
<div class="small fw-semibold mb-1">Record the makeup exam result</div>
|
||||
<div class="small fw-semibold mb-1">Record the makeup exam</div>
|
||||
<select class="form-select form-select-sm mb-2" name="exam_result" required>
|
||||
<option value="">Exam result</option>
|
||||
<option value="passed">Passed</option>
|
||||
|
||||
Reference in New Issue
Block a user