Skip to content

Commit 7aab0e2

Browse files
committed
Bump up to 5.0 release
And some style changes
1 parent 67d6665 commit 7aab0e2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* rights and limitations under the License.
1212
*/
1313
buildscript {
14-
version "4.4.2"
14+
version "5.0"
1515
group "au.org.ala"
1616
}
1717

grails-app/views/admin/index.gsp

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,14 @@
2525
<li class="controller"><a href="${request.contextPath}/admin/user">Manage alerts for users (find user)</a> - Find user(s) and manage their subscriptions.</li>
2626
</ul>
2727
</div>
28-
2928
<div class="panel-heading">
3029
<h3>Alert and Query Management</h3>
3130
<ul>
3231
<li><g:link controller="notification" action="myAlerts">View my alerts</g:link> - View my current subscriptions.</li>
3332
<li><g:link controller="query" action="list">View list of alert types</g:link> - View the list of all available custom and default alerts.</li>
3433
<li class="controller"><g:link controller="admin" action="notificationReport">
3534
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-
37-
<li><g:link controller="admin" action="deleteOrphanAlerts">Delete orphaned queries</g:link> - Remove queries no longer associated with Alert Notification/Subscription.</li>
38-
%{-- <li><g:link controller="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-
<li class="admin"><a class="btn btn-info" href="${request.contextPath}/admin/query">Debug and Test</a> - For testers and developers</li>
35+
<li class="admin"><a class="btn btn-info" href="${request.contextPath}/admin/query">Debug and Test</a> - For testers and developers</li>
4036
<li class="admin">
4137
Simulating a
4238
<select id="frequencySimulated" class="form-select">
@@ -51,10 +47,14 @@
5147
<br/><i> - Will NOT update the database, and emails will ONLY be sent in the Development environment. </i>
5248
</li>
5349
</ul>
50+
<p>
5451
<h4>Fix empty/invalid notification_token</h4>
5552
<ul>
5653
<li><g:link controller="admin" action="repairNotificationsWithoutUnsubscribeToken"> Fix empty notification_token values in Notification table (unsubscribe links with '?token=NULL')</g:link></li>
5754
<li><g:link controller="admin" action="repairUsersWithoutUnsubscribeToken"> Fix empty notification_token values in user table (unsubscribe all links with '?token=NULL')</g:link></li>
55+
<li><g:link controller="admin" action="deleteOrphanAlerts">Delete orphaned queries</g:link> - Remove queries no longer associated with Alert Notification/Subscription.</li>
56+
%{--<li><g:link controller="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>--}%
57+
5858
</ul>
5959
</div>
6060
<div class="panel-heading">

grails-app/views/admin/query.gsp

+4-4
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@
138138
<div style="text-align: right;">
139139
<hr>
140140
<div style="padding: 5px;">
141-
<label>Evaluate the new record discovery algorithm using <i class="fa fa-info-circle" aria-hidden="true" style="color: #c44d34;"
142-
title="It won't query our data services"></i>
143-
<span style="color:#c44d34;">the last check results</span> in Alerts.</label><g:link class="btn btn-info" controller="notification" action="evaluateChangeDetectionAlgorithm" params="[queryId: query.id, queryResultId: queryResult.id, emailMe:true]" target="_blank">
144-
Evaluate & email me
141+
<label>Evaluate the new record discovery algorithm using
142+
<span title="It won't query our data services">
143+
<i class="fa fa-info-circle" aria-hidden="true" style="color: #c44d34;"></i> the last check results</span> in Alerts.</label><g:link class="btn btn-info" controller="notification" action="evaluateChangeDetectionAlgorithm" params="[queryId: query.id, queryResultId: queryResult.id, emailMe:true]" target="_blank">
144+
Evaluate & Email me
145145
</g:link>
146146
</div>
147147
<g:if test="${queryType != 'biosecurity'}">

0 commit comments

Comments
 (0)