Skip to content

Commit 5f3501f

Browse files
committed
Include filter in notification URLs
1 parent 92f9fb7 commit 5f3501f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SivStudies/src/org/labkey/sivstudies/notification/SivStudiesDataValidationNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private void genericQueryCheck(Container c, User u, StringBuilder msg, String sc
129129
if (count > 0)
130130
{
131131
msg.append("<b>WARNING: There are ").append(count).append(" " + message + "</b><br>\n");
132-
msg.append("<p><a href='").append(getExecuteQueryUrl(c, schemaName, queryName, null)).append("'>Click here to view them</a><br>\n\n");
132+
msg.append("<p><a href='").append(getExecuteQueryUrl(c, schemaName, queryName, null, filter)).append("'>Click here to view them</a><br>\n\n");
133133
msg.append("<hr>\n\n");
134134
}
135135
}

0 commit comments

Comments
 (0)