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
Getting this error now. When using this code. The model (also is x) is of type UserDetailModel, the sub property User is of type EmployeeDTO. This worked just fine until version 3.17.2, I've test in 3.17.1 and it still works.
@f.FormGroup().DisplayFor(x => x.User.FirstName)
The model item passed into the dictionary is of type 'UserDetailModel', but this dictionary requires a model item of type 'EmployeeDTO'.
The text was updated successfully, but these errors were encountered:
Yeah, I see where the bug crawled in. Is using version 3.17.1 an option for you or were there any bug fixes since that version that you need?
If you can use 3.17.1, please do and I'll see what can be done about that issue. It's possible I'll have to rollback some changes.
Getting this error now. When using this code. The model (also is x) is of type UserDetailModel, the sub property User is of type EmployeeDTO. This worked just fine until version 3.17.2, I've test in 3.17.1 and it still works.
The model item passed into the dictionary is of type 'UserDetailModel', but this dictionary requires a model item of type 'EmployeeDTO'.
The text was updated successfully, but these errors were encountered: