Appman 2496 update course from ilr - #767
Conversation
|
🔒 Please remember to check any packages used by this application to ensure they are up to date @cofaulco. cc/ |
|
🔒 Please remember to check any packages used by this application to ensure they are up to date @cofaulco. cc/ |
|
| { | ||
| editModel.CourseCode = updatedDraftApprenticeship.CourseCode; | ||
| editModel.CourseName = updatedDraftApprenticeship.TrainingCourseName; | ||
| editModel.TrainingCourseOption = updatedDraftApprenticeship.TrainingCourseOption == string.Empty ? "-1" : updatedDraftApprenticeship.TrainingCourseOption; |
There was a problem hiding this comment.
If a course changes then the TrainingOption would be automatically cleared would it not? But we can see this in testing. The same goes for RPL, but we can leave this issue for testing. It's rare that a course will change after RPL is added.
MaxFundingBand may also need to be updated, but that field is not correctly populated in master and is awaiting a bug fix
|
🔒 Please remember to check any packages used by this application to ensure they are up to date @cofaulco. cc/ |
|



No description provided.