Skip to content
Snippets Groups Projects
Commit b3164902 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-717: getSubTasksStartingInThreeMinutes includes subtasks in scheduled and queueing state

parent c6038c16
No related branches found
No related tags found
1 merge request!447TMSS-717: merge commissioning fixes back to master
......@@ -106,7 +106,7 @@ Json::Value TMSSBridge::getSubTasksStartingInThreeMinutes()
for (int32 idx ; idx < result2.size(); idx++) {
Json::Value item = result2[idx];
result.append(item);
result = result.append(item);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment