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
msg.append("<b>WARNING: There are ").append(count).append(" dams with gender not equal to female</b><br>\n");
147
-
msg.append("<p><a href='").append(getExecuteQueryUrl(c, "study", "demographics", null)).append("&").append(filter.toQueryString("query")).append("'>Click here to view them</a><br>\n\n");
146
+
msg.append("<b>WARNING: There are ").append(count).append(" dams with gender not equal to f</b><br>\n");
147
+
msg.append("<p><a href='").append(getExecuteQueryUrl(c, "study", "demographics", null)).append("&query.viewName=With Parent Gender&").append(filter.toQueryString("query")).append("'>Click here to view them</a><br>\n\n");
msg.append("<b>WARNING: There are ").append(count).append(" sires with gender not equal to male</b><br>\n");
157
-
msg.append("<p><a href='").append(getExecuteQueryUrl(c, "study", "demographics", null)).append("&").append(filter.toQueryString("query")).append("'>Click here to view them</a><br>\n\n");
156
+
msg.append("<b>WARNING: There are ").append(count).append(" sires with gender not equal to m</b><br>\n");
157
+
msg.append("<p><a href='").append(getExecuteQueryUrl(c, "study", "demographics", null)).append("&query.viewName=With Parent Gender&").append(filter.toQueryString("query")).append("'>Click here to view them</a><br>\n\n");
0 commit comments