In the state machine, extracting state needs to transition to finished if the validation failed during the publish, or the stop button won't change to reset button, and cause user operation not able to continue.
This commit fixed that.
Somehow I missed this one in the previous tests, after founding this bug in my work, right after the release of 1.8.6, I spend a day did a series of user operation flow inspection, including each kind of Action, and compared the outcome with previous releases, so far this is the only one that I have missed based on previous PRs.
In the state machine,
extracting
state needs to transition tofinished
if the validation failed during the publish, or the stop button won't change to reset button, and cause user operation not able to continue.This commit fixed that.
Somehow I missed this one in the previous tests, after founding this bug in my work, right after the release of
1.8.6
, I spend a day did a series of user operation flow inspection, including each kind ofAction
, and compared the outcome with previous releases, so far this is the only one that I have missed based on previous PRs.