-
Notifications
You must be signed in to change notification settings - Fork 9
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
421 - BCTW Multiple Device Fix #1208
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #1208 +/- ##
=======================================
Coverage 56.89% 56.90%
=======================================
Files 594 594
Lines 18014 18011 -3
Branches 2775 2774 -1
=======================================
Hits 10249 10249
+ Misses 7099 7096 -3
Partials 666 666 ☔ View full report in Codecov by Sentry. |
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.
I ran this locally and was able to add multiple device makes as you'd expect. When I tried with data that should 'fail' I noticed that the date inputs gave warnings of the same device make within the date range and could not save. Is this what you meant by 'fail'?
app/src/features/surveys/view/survey-animals/telemetry-device/DeploymentForm.tsx
Outdated
Show resolved
Hide resolved
app/src/features/surveys/view/survey-animals/telemetry-device/TelemetryDeviceForm.tsx
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
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.
LGTM
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.
tried this out and works as expected 🍰
Links to Jira Tickets
Description of Changes
Testing Notes