You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: actions/challenges.js
+12-4
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,9 @@ var PLATFORM_FILTER = ' AND EXISTS (SELECT 1 FROM project_platform pp WHERE pp.p
138
138
/* Filter based on review type */
139
139
varREVIEW_FILTER=' AND EXISTS (SELECT 1 FROM project_info pi WHERE project_info_type_id = 79 AND value IN (@filter@) '+
140
140
'AND p.project_id = pi.project_id)';
141
+
142
+
/* Filter based on event */
143
+
varEVENT_FILTER=' AND NVL((select max(event_id) from contest_project_xref x, contest c where project_id = p.project_id and c.contest_id = x.contest_id), 0) IN (@filter@)';
0 commit comments