You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
Create student by BCSC(BCSC Student setup) and Basic Bceid(Ministry approve student account) not working due to the reason, Vue was missing to send a property to API.
As the property was not present in DTO object. excludeExtraneousValues() wasn't including that to payload.
** Steps To Reproduce**
Steps to reproduce the behaviour:
BCSC:
Create a student with BCSC authentication.
Bceid:
Request a student account with basic bceid
Approve the student account as ministry user.
The issue with create student with BCSC was fixed in #2115
The text was updated successfully, but these errors were encountered:
Describe the Bug
Create student by BCSC(BCSC Student setup) and Basic Bceid(Ministry approve student account) not working due to the reason, Vue was missing to send a property to API.
As the property was not present in DTO object.
excludeExtraneousValues()
wasn't including that to payload.** Steps To Reproduce**
Steps to reproduce the behaviour:
BCSC:
Bceid:
The issue with create student with BCSC was fixed in #2115
The text was updated successfully, but these errors were encountered: