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
why you need to assign the 'virtual' field 'roleName'?
Why is not automatically assigned when the user is created?
I have to add the line:
user.roleRank = request.pre.role.rank
to avoid an error in user creation, but is strange that the virtual field in not automatically generated.
The text was updated successfully, but these errors were encountered:
In file 'register.api.js', line 91:
why you need to assign the 'virtual' field 'roleName'?
Why is not automatically assigned when the user is created?
I have to add the line:
user.roleRank = request.pre.role.rank
to avoid an error in user creation, but is strange that the virtual field in not automatically generated.
The text was updated successfully, but these errors were encountered: