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
Add a new annotation to force display all fields in the DTO
It will handle fields that didn't have a field definition annotation
This annotation can get a list of excluded fields to exclude
Expected behavior:
Display all fields in the class
Actual behavior:
Display only fields which have form definition annotation
Versions
current : 1.0.0
expected: 1.1.0
The text was updated successfully, but these errors were encountered:
Description
Add a new annotation to force display all fields in the DTO
It will handle fields that didn't have a field definition annotation
This annotation can get a list of excluded fields to exclude
Expected behavior:
Display all fields in the class
Actual behavior:
Display only fields which have form definition annotation
Versions
current : 1.0.0
expected: 1.1.0
The text was updated successfully, but these errors were encountered: