Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
gradleWrapperVersion=5.4

# Application
appVersion=2.1.2
appVersion=2.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Service implements CustomProperties,MultiTenant<Service> {
/**
* The business function served - if I want to list all services providing ILL, query this for ILL
*/
@Defaults(['ILL','CIRC','RTAC','HARVEST', 'RS_STATS'])
@Defaults(['ILL','CIRC','RTAC','HARVEST', 'RS_STATS', 'SLNP_GATEWAY'])
RefdataValue businessFunction

static hasMany = [
Expand Down