@@ -4517,7 +4517,7 @@ $(document).ready(() => {
break;
case "endMeasure":
tree.expandByCustom(function (node) {
- for (const field of ['end_contract_tp', 'end_qc_tp', 'end_gather_tp']) {
+ for (const field of ['contract_tp', 'qc_tp', 'gather_tp', 'pre_contract_tp', 'pre_qc_tp', 'pre_gather_tp', 'end_contract_tp', 'end_qc_tp', 'end_gather_tp']) {
if (node[field]) {
return true;
}