Skip to content

Commit

Permalink
Merge pull request tech-by-design#954 from megin1989/main
Browse files Browse the repository at this point in the history
fix: resolve need attention details page listing issue tech-by-design#668
  • Loading branch information
ratheesh-kr authored Dec 27, 2024
2 parents 76365ae + 5075325 commit 370a455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified hub-prime/lib/techbd-udi-jooq-ingress.auto.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion hub-prime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.techbd</groupId>
<artifactId>hub-prime</artifactId>
<version>0.405.0</version>
<version>0.406.0</version>
<packaging>war</packaging>
<name>Tech by Design Hub (Prime)</name>
<description>Tech by Design Hub (Primary)</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3691,7 +3691,8 @@ BEGIN
WHERE
sihr.nature = ''Forwarded HTTP Response Error''
AND sihr.uri = ANY (ARRAY[''/Bundle/'', ''/Bundle''])
AND sihr.created_at BETWEEN $1 AND $2
AND sihr.created_at >= TO_TIMESTAMP($1::text, ''YYYY-MM-DD'')
AND sihr.created_at < TO_TIMESTAMP($2::text, ''YYYY-MM-DD'') + INTERVAL ''1 day''
AND sihr.tenant_id_lower = $3
ORDER BY sihr.created_at DESC'
)
Expand Down

0 comments on commit 370a455

Please sign in to comment.