From ce349e76c278b20b83918bbad469dc8f1c778789 Mon Sep 17 00:00:00 2001 From: anton-abushkevich Date: Mon, 12 Apr 2021 13:09:41 +0300 Subject: [PATCH] Broken URL(undefined) after clicking PLP/PLE analysis in notification OHDSI/Atlas#2508 (#1853) (cherry picked from commit 4927552e51a2318f8cedf593997c928935b88718) --- src/main/java/org/ohdsi/webapi/Constants.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/ohdsi/webapi/Constants.java b/src/main/java/org/ohdsi/webapi/Constants.java index f130e8120e..653e348679 100644 --- a/src/main/java/org/ohdsi/webapi/Constants.java +++ b/src/main/java/org/ohdsi/webapi/Constants.java @@ -27,11 +27,17 @@ public interface Constants { "jobName", "jobAuthor", "cohort_definition_id", + "cohortId", + "cohortDefinitionIds", "source_id", + "sourceKey", + "scriptType", "analysis_id", "concept_set_id", "cohort_characterization_id", - "pathway_analysis_id" + "pathway_analysis_id", + "estimation_analysis_id", + "prediction_analysis_id" ); interface SqlSchemaPlaceholders {