Skip to content

Fix error on updating PPR score

Daniel Lyons requested to merge STT-1427-update-ppr-score-without-blank-error into main

The error arises because transitions from state "Blank" to state "Blank" are not permitted during an update. This change permits such transitions.

Merge request reports