Closed ramonski closed 1 week ago
This PR fixes the following warning on new sample creation No workflow provides the '${action_id}' action..
No workflow provides the '${action_id}' action.
Temporary Analyses are being transitioned in ObjectInitializedEventHandler.
ObjectInitializedEventHandler
Temporary Analyses are skipped.
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.
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.