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
log.error("Warning: Calculated hasChanged flag is not consistent with result in database. Calculated: ${hasChanged}, in database: ${queryResult.hasChanged}")
Copy file name to clipboardexpand all lines: grails-app/views/admin/index.gsp
+22-7
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,19 @@
35
35
View each alert type with counts for users</g:link> - View the list of all available custom and default alerts with user subscription count.</li>
36
36
37
37
<li><g:linkcontroller="admin"action="deleteOrphanAlerts">Delete orphaned queries</g:link> - Remove queries no longer associated with Alert Notification/Subscription.</li>
38
-
<li><g:linkcontroller="admin"action="dryRunAllQueriesForFrequency"params="[frequency: 'daily']"target="_blank">Debug daily alerts</g:link> - Dry-run of daily alerts to determine if emails will be triggered on the next schedule. </li>
38
+
%{-- <li><g:linkcontroller="admin"action="dryRunAllQueriesForFrequency"params="[frequency: 'daily']"target="_blank">Debug daily alerts</g:link> - Dry-run of daily alerts to determine if emails will be triggered on the next schedule. </li>--}%
39
39
<liclass="admin"><aclass="btn btn-info"href="${request.contextPath}/admin/query">Debug and Test</a> - For testers and developers</li>
0 commit comments