Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/bcgov/EDUC-GRAD-ADMIN into …
Browse files Browse the repository at this point in the history
…regenfix
  • Loading branch information
shaunlumbcgov committed May 28, 2024
2 parents 0f83d21 + 4233582 commit b0cff5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
21 changes: 2 additions & 19 deletions frontend/src/components/Batch/Batch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -765,28 +765,11 @@
class="row col-12"
>
<div class="col-2 p-0 m-0">
<!-- <ValidationProvider
name="Mincode"
:rules="
'mincodelength|validateschool:' +
jobId +
',' +
index +
',' +
batch.details['credential']
"
v-slot="{ errors }"
> -->
<b-form-input
type="number"
v-model="school.value"
maxLength="8"
/>
<!-- <span
class="position-absolute w-100 form-validation-message text-danger"
>{{ errors[0] }}</span
> -->
<!-- </ValidationProvider> -->
</div>
<b-form-input
show="false"
Expand Down Expand Up @@ -829,7 +812,6 @@
</button>
</div>
</form>
<!-- </ValidationObserver> -->
</div>
<div class="row col-12 mb-2">
<div v-if="school.schoolName" class="col-2">
Expand Down Expand Up @@ -1841,8 +1823,9 @@ export default {
this.$refs["student-status" + id + valueIndex][0].updateValue(
student.data[0].studentStatus
);
this.$refs["schoolAtGraduation" + id + valueIndex][0].updateValue(
student.data[0].schoolAtGrad
studentGradStatus.data.schoolAtGrad
);
this.$refs["program" + id + valueIndex][0].updateValue(
student.data[0].program
Expand Down
4 changes: 2 additions & 2 deletions grad-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"dev": "1.18.0",
"test": "1.18.0",
"dev": "1.19.0",
"test": "1.19.0",
"prod": "1.18.0"
}
}

0 comments on commit b0cff5d

Please sign in to comment.