Skip to content

Commit

Permalink
Broken URL(undefined) after clicking PLP/PLE analysis in notification O…
Browse files Browse the repository at this point in the history
…HDSI/Atlas#2508 (#1853)

(cherry picked from commit 4927552)
  • Loading branch information
anton-abushkevich committed Apr 12, 2021
1 parent c6dd575 commit ce349e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/java/org/ohdsi/webapi/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ce349e7

Please sign in to comment.