-
Notifications
You must be signed in to change notification settings - Fork 32
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
[ENT-8510] - fix: SSO tool not updating SSO records if no form fields are changed #1183
Conversation
ee7f5ff
to
9982bfd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1183 +/- ##
=======================================
Coverage 85.38% 85.38%
=======================================
Files 498 498
Lines 10862 10864 +2
Branches 2290 2291 +1
=======================================
+ Hits 9274 9276 +2
Misses 1544 1544
Partials 44 44 ☔ View full report in Codecov by Sentry. |
9982bfd
to
dcb4160
Compare
await LmsApiService.fetchEnterpriseSsoOrchestrationRecord( | ||
formFields?.uuid | ||
).catch(() => { | ||
return { data: {} }; | ||
}); |
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.
@alex-sheehan-edx I just gone reviewed code again, formFields
is supposed to have many other attributes given here.
So, can we use any keys from formFields
instead of making this separate API call?
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.
Updated ✅
For all changes
Only if submitting a visual change