senaite / senaite.core

Enterprise Open Source Laboratory System (LIMS)
https://senaite.com
GNU General Public License v2.0
254 stars 145 forks source link

Skip workflow transition for temporary analyses #2627

Closed ramonski closed 1 week ago

ramonski commented 1 week ago

Description of the issue/feature this PR addresses

This PR fixes the following warning on new sample creation No workflow provides the '${action_id}' action..

Current behavior before PR

Temporary Analyses are being transitioned in ObjectInitializedEventHandler.

Desired behavior after PR is merged

Temporary Analyses are skipped.

-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.