-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Psp 7081 cancellation status and note. #3596
Conversation
✅ No secrets were detected in the code. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #3596 +/- ##
==========================================
- Coverage 69.61% 69.61% -0.01%
==========================================
Files 1372 1372
Lines 33931 33968 +37
Branches 6328 6339 +11
==========================================
+ Hits 23621 23646 +25
- Misses 10055 10067 +12
Partials 255 255
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -11,6 +11,7 @@ public void Register(TypeAdapterConfig config) | |||
.Map(dest => dest.AgreementId, src => src.AgreementId) | |||
.Map(dest => dest.AcquisitionFileId, src => src.AcquisitionFileId) | |||
.Map(dest => dest.AgreementType, src => src.AgreementTypeCodeNavigation) | |||
.Map(dest => dest.AgreementStatusType, src => src.AgreementStatusTypeCodeNavigation) | |||
.Map(dest => dest.AgreementDate, src => src.AgreementDate) | |||
//.Map(dest => dest.IsDraft, src => src.IsDraft) TODO: Fix this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be removed now that the status covers is draft
✅ No secrets were detected in the code. |
No description provided.