Skip to content
Snippets Groups Projects
Commit ac52a5a4 authored by Jessica Severin's avatar Jessica Severin
Browse files

when 'unblocking' set new state to 'LOADING' to trigger a resync

parent e66f5386
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ sub check_blocking_control_rules_for_AnalysisStats
if($allRulesDone) {
if($stats->status eq 'BLOCKED') {
#print(" UNBLOCK analysis : all conditions met\n");
$stats->update_status('READY');
$stats->update_status('LOADING'); #trigger sync
}
} else {
#print(" RE-BLOCK analysis : some conditions failed\n");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment