Skip to content

Commit 02f83bd

Browse files
author
Adam Collins
committed
alaSecurityLibsVersion, ala-bootstrap3, fix text km to m
1 parent 8c02b12 commit 02f83bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
implementation "org.grails.plugins:ala-auth:$alaSecurityLibsVersion"
109109
implementation "org.grails.plugins:ala-ws-plugin:$alaSecurityLibsVersion"
110110

111-
implementation "org.grails.plugins:ala-bootstrap3:4.3.0"
111+
implementation "org.grails.plugins:ala-bootstrap3:4.4.0"
112112

113113
implementation "au.org.ala.plugins.grails:ala-charts-plugin:2.3.0-ANGULAR-SNAPSHOT"
114114
runtimeOnly 'org.grails.plugins:sandbox-hub:1.0'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ webdriverBinariesVersion=2.6
1010
#chromeDriverVersion=2.45.0
1111
geckodriverVersion=0.24.0
1212
seleniumSafariDriverVersion=3.14.0
13-
alaSecurityLibsVersion=6.1.0
13+
alaSecurityLibsVersion=6.2.0

grails-app/assets/javascripts/spApp/directive/nearestLocality.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
var header = $i18n(409, "Longitude") + "," + scope.point.longitude + "\n" +
130130
$i18n(410, "Latitude") + "," + scope.point.latitude + "\n\n" +
131-
$i18n(160, "Feature") + "," + $i18n(161, "Location") + "," + $i18n(162, "Distance (km)") + "," + $i18n(163, "Heading (deg)");
131+
$i18n(160, "Feature") + "," + $i18n(161, "Location") + "," + $i18n(162, "Distance (m)") + "," + $i18n(163, "Heading (deg)");
132132
var blob = new Blob([header + rows], {type: 'text/plain'});
133133
scope.exportUrl = (window.URL || window.webkitURL).createObjectURL(blob);
134134

@@ -173,4 +173,4 @@
173173
}
174174
}
175175
}])
176-
}(angular));
176+
}(angular));

0 commit comments

Comments
 (0)