Skip to content
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

Duplication Fixes, Improvements #423

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

coreyogburn
Copy link
Contributor

Cleaned up how we process a detection returned from the API so we always do everything we need to do. This fixes a weird issue with duplication where after duplicating you could hit cancel on the Detection Source tab and the page would convert back to the previous detection you had duplicated.

convertDetection no longer accepts parameters. It uses this.detect which is fine for both new and pre-existing detection conversion.

Fixed a case insensitive comparison that was hiding the Convert button on the New Detection screen.

Cleaned up how we process a detection returned from the API so we always do everything we need to do. This fixes a weird issue with duplication where after duplicating you could hit cancel on the Detection Source tab and the page would convert back to the previous detection you had duplicated.

`convertDetection` no longer accepts parameters. It uses `this.detect` which is fine for both new and pre-existing detection conversion.

Fixed a case insensitive comparison that was hiding the Convert button on the New Detection screen.
@coreyogburn coreyogburn merged commit 12dd5a3 into 2.4/dev Apr 10, 2024
3 checks passed
@coreyogburn coreyogburn deleted the cogburn/duplication-fixes branch April 10, 2024 20:07
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants