Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/issue2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Oct 3, 2024
2 parents 3013d81 + d92bfd6 commit 69c413d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {
providedCompile "io.methvin:directory-watcher:0.4.0"

if (!Boolean.valueOf(inplace)) {
implementation "org.grails.plugins:ecodata-client-plugin:7.0-SNAPSHOT"
implementation "org.grails.plugins:ecodata-client-plugin:7.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
meritVersion=4.0-SNAPSHOT
meritVersion=4.1-SNAPSHOT
grailsVersion=6.2.0
grailsGradlePluginVersion=6.1.2
gormVersion=8.1.2
Expand Down
4 changes: 2 additions & 2 deletions grails-app/views/site/_map.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
data-bind="value: context"
class="form-control"
name='context'
from="['choose site context','Pastoral','Industrial','Urban','Coastal', 'Reserve', 'Private land']"
keys="['none','Pastoral','Industrial','Urban','Coastal','Reserve', 'Private land']"/>
from="['choose site context','Pastoral','Industrial','Urban','Coastal', 'Reserve', 'Private land', 'Marine']"
keys="['none','Pastoral','Industrial','Urban','Coastal','Reserve', 'Private land', 'Marine']"/>
</div>
</div>

Expand Down

0 comments on commit 69c413d

Please sign in to comment.