You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we erroniously allowed a user to save a form with disposal
or blowout checkbox on, but no blowout location selected from the
dropdown. For the 8.5.0 release, we enforce a stepform error if the
blowout location is left unselected. In order to prevent this error
popping up for users who migrate older protocols in which the blowout
location was unselected, we migrate the blowout location to the first
available trash or waste chute ID.
Closes RQA-4311
## Test Plan and Hands on Testing
- upload protocol attached to this ticket
- open the transfer form > advanced dispense settings, and verify that
the disposal blowout location is set to the trash bin, and the form has
no errors
## Changelog
- add migration to fill a blowout field if it was previously saved while
null
## Review requests
see test plan
## Risk assessment
low
Copy file name to clipboardExpand all lines: protocol-designer/release-notes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Use Opentrons-verified liquid classes to automatically define transfer settings
33
33
- During a mix, push out is set to 0 by default for all mixes except for the last, to avoid multiple push out actions. You can choose your own push out volume in a mix step menu.
34
34
- Choose a new tip drop location from the dropdown menu when an uploaded protocol is missing a tip drop location.
35
35
- Protocol Designer correctly updates adapter and labware combination definitions when you upload a protocol designed in Protocol Designer v7.0.0 or earlier.
36
-
- When adding a disposal volume, a blowout location is now required.
36
+
- When adding a disposal volume, a blowout location is now required. Older protocols that specified a blowout with no location selected will be updated to blowout in a loaded trash bin or waste chute.
37
37
- No longer allow touch tip with incompatible labware. This changes the behavior of imported protocols that had touch tip on incompatible labware.
38
38
- If multiple labware end up in the same slot at the same time due to deleting/rearranging steps, an error appears on the protocol timeline.
39
39
- If a Heater-Shaker step is created with a a heater set and a timer, the protocol will now wait until the temperature is reached before counting down the timer.
0 commit comments