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

fix(app): fix manual move to location with module #17283

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

mjhuff
Copy link
Contributor

@mjhuff mjhuff commented Jan 15, 2025

Closes RQA-3839

Overview

Fixes a bug in which manually moving labware to a module was moving the labware off-deck. Turns out that one of the lower level utils was specifying an invalid param to getPositionFromSlotId: the moduleId instead of the AddressableAreaName, ex. "A3".

Unfortunately, it's we can't really update the interface for this util to require an AddressableAreaName, because the util is utilized in so many places that pass in strings and not AddressableAreaNames that this quickly becomes unmanageable for a quick bug fix. I've left a TODO here in the meantime.

Current Behavior

Screen.Recording.2025-01-15.at.4.17.58.PM.mov

Fixed Behavior

Screen.Recording.2025-01-15.at.4.16.02.PM.mov

Test Plan and Hands on Testing

  • See videos

Changelog

  • Fixed manual move commands moving labware off deck instead of on top of modules.

Risk assessment

low

@mjhuff mjhuff requested a review from a team as a code owner January 15, 2025 21:31
@mjhuff mjhuff requested review from shlokamin, koji, sfoster1, smb2268 and ncdiehl11 and removed request for a team and shlokamin January 15, 2025 21:31
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohhhh

@mjhuff mjhuff merged commit 7bc38f8 into chore_release-8.3.0 Jan 15, 2025
68 checks passed
@mjhuff mjhuff deleted the app_fix-manual-move-on-modules branch January 15, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants