Skip to content

Commit

Permalink
Merge pull request #215 from AtlasOfLivingAustralia/hotfix/6.1.2
Browse files Browse the repository at this point in the history
Hotfix/6.1.2
  • Loading branch information
salomon-j authored Oct 11, 2023
2 parents e3e44da + bf96385 commit 28cc3e0
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 60 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}


version "6.1.1"
version "6.1.2-SNAPSHOT"
group "org.grails.plugins"

apply plugin:"eclipse"
Expand Down
3 changes: 2 additions & 1 deletion grails-app/assets/javascripts/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -1346,10 +1346,11 @@ function orEmptyArray(v) {

self.attachDocument = function (target) {
var url = config.documentUpdateUrl || fcConfig.documentUpdateUrl;
var documentOwner = config.documentOwner || {activityId: activityId, projectId: config.projectId};
showDocumentAttachInModal(url, new DocumentViewModel({
role: 'information',
stage: config.stage
}, {activityId: activityId, projectId: config.projectId}), '#attachDocument')
}, documentOwner), '#attachDocument')
.done(function (result) {
// checking documentid to void adding empty document into the attachment table
// documentid only return true if document is successfully save
Expand Down
130 changes: 73 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@turf/convex": "^6.0.2",
"@turf/length": "^6.0.2",
"@turf/simplify": "^5.1.5",
"chromedriver": "115.0.1",
"chromedriver": "117.0.3",
"geojson2svg": "^1.2.3",
"handlebars": "^4.7.7",
"jasmine-ajax": "^3.4.0",
Expand Down

0 comments on commit 28cc3e0

Please sign in to comment.