From 19eba59abd89733aa00dfdee30c532d466d205ad Mon Sep 17 00:00:00 2001 From: kraaij <kraaij@astron.nl> Date: Sat, 14 Oct 2023 07:48:57 +0200 Subject: [PATCH] Corrected comment --- SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js index c65dbe3eef6..94213d8db82 100644 --- a/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js +++ b/SAS/TMSS/frontend/tmss_webapp/prepareTemplateSchemas.js @@ -177,8 +177,7 @@ getTemplateFiles('../../../../install/opt/lofar/share/tmss/schemas').then(async( } - // commented out on purpose to determine Total Test Failures without this fix. - + // Fix bad references items. These where actually pointing to production urls. if (strategyTemplate?.schema?.properties?.station_configuration) { strategyTemplate.schema.properties.station_configuration["$ref"] = "#/definitions/station_configuration"; } if ( strategyTemplate?.schema?.properties?.QA) strategyTemplate.schema.properties.QA["$ref"] = "#/definitions/QA"; -- GitLab