Skip to content

Commit

Permalink
Merge pull request #575 from folio-org/release_5.2.2
Browse files Browse the repository at this point in the history
Release 5.2.2
  • Loading branch information
EthanFreestone authored Aug 10, 2022
2 parents 113e0e1 + 42126b5 commit 9dd728e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.2.2 2022-08-10
* ERM-2305 Entitlement options not displaying

## 5.2.1 2022-07-26
* Extended logging
* Added readonly transaction scopes for read only operations in subscription agreements and entitlements
Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gradleWrapperVersion=5.4

# Application
appName=mod-agreements
appVersion=5.2.1
appVersion=5.2.2
dockerTagSuffix=
dockerRepo=folioci

Expand Down
2 changes: 1 addition & 1 deletion service/grails-app/views/pkg/_pkg.gson
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ json g.render(pkg, [expand: ['remoteKb','vendor', 'type', 'subType', 'lifecycleS
'class' Pkg.name

identifiers (pkg.approvedIdentifierOccurrences) { IdentifierOccurrence occurrence ->
g.inline(occurrence, [excludes: ['resource', 'id'], expand: ['identifier', 'status']])
g.render(occurrence, [excludes: ['resource', 'id'], expand: ['identifier', 'status']])
}
}
5 changes: 5 additions & 0 deletions service/grails-app/views/tag/_tag.gson
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import groovy.transform.*
import com.k_int.web.toolkit.tags.Tag

@Field Tag tag
json g.render(tag)

0 comments on commit 9dd728e

Please sign in to comment.