From 209b2cbb7a40b57c24048df6f1cd8c87a7ab32c2 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 1 Oct 2024 16:16:55 -0400 Subject: [PATCH] fix default nodes I also moved the default node down one so it's easier to find. the value for the freshness node didn't change. --- quest-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quest-config.json b/quest-config.json index f7704f626f..54a1dd5805 100644 --- a/quest-config.json +++ b/quest-config.json @@ -33,13 +33,13 @@ "ParentNodeId": 286039 }, { + "Label": "okr-freshness", "Semester": "Selenium", - "ParentNodeId": 286017 + "ParentNodeId": 237266 }, { - "Label": "okr-freshness", "Semester": "Selenium", - "ParentNodeId": 237266 + "ParentNodeId": 308203 }, { "Label": "okr-curation", @@ -86,7 +86,7 @@ "ParentNodeId": 227485 } ], - "DefaultParentNode": 286017, + "DefaultParentNode": 308203, "WorkItemTags": [ { "Label": "okr-curation",