fix is_new issue with enrollment fixes
This commit is contained in:
@@ -25,7 +25,7 @@ Current enrollment decisions are based on `student_decisions.decision` or `stude
|
||||
| `REPEAT_CLASS` | Parent re-enrollment is allowed into the same class when available; otherwise administration must assign the class. |
|
||||
| `MAKE_UP_EXAM` | Parent re-enrollment is allowed, but placement is temporary in the same grade until the make-up exam result is resolved. |
|
||||
| `EXPELLED` | Parent re-enrollment is blocked and administrative review is flagged. |
|
||||
| `WITHDRAWN` | Parent re-enrollment is blocked and withdrawal review is flagged. Historical misspellings such as `widthraw`, `widthdraw`, and `widthrwan` are already normalized to `WITHDRAWN`. |
|
||||
| `WITHDRAWN` | Parent re-enrollment is blocked and withdrawal review is flagged. Decision values containing the correct spelling `withdraw` are normalized to `WITHDRAWN`. |
|
||||
| `DEFERRED_DECISION` or pending/missing decision | Parent re-enrollment is blocked until administration records or reviews the decision. |
|
||||
|
||||
Also preserve these existing controls:
|
||||
|
||||
Reference in New Issue
Block a user