Skip to content

Commit

Permalink
Merge pull request #362 from AtlasOfLivingAustralia/release/2.1.8
Browse files Browse the repository at this point in the history
Release/2.1.8
  • Loading branch information
nickdos authored Jul 6, 2020
2 parents feaedce + 84659c5 commit df8da8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}

version "2.1.8-SNAPSHOT"
version "2.1.8"
group "au.org.ala.plugins.grails"

apply plugin:"eclipse"
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
compile "org.grails.plugins:ala-auth:3.2.2", noCache

if(!inplace) {
compile "au.org.ala.plugins.grails:images-client-plugin:1.0", noCache
compile "au.org.ala.plugins.grails:images-client-plugin:1.2", noCache
compile "au.org.ala.plugins.grails:ala-charts-plugin:2.0.1", noCache
}

Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/occurrence/list.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
dislikeUrl: "${createLink(controller: 'imageClient', action: 'dislikeImage')}",
userRatingUrl: "${createLink(controller: 'imageClient', action: 'userRating')}",
disableLikeDislikeButton: ${authService.getUserId() ? false : true},
addLikeDislikeButton: ${(grailsApplication.config.addLikeDislikeButton == false) ? false : true},
addLikeDislikeButton: ${(grailsApplication.config.getProperty("addLikeDislikeButton", Boolean, false))},
addPreferenceButton: <imageClient:checkAllowableEditRole/> ,
userRatingHelpText: '<div><b>Up vote (<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>) an image:</b>'+
' Image supports the identification of the species or is representative of the species.  Subject is clearly visible including identifying features.<br/><br/>'+
Expand Down

0 comments on commit df8da8e

Please sign in to comment.