From c0d4d783f74fe879b6cf82d3ec4575357a21419d Mon Sep 17 00:00:00 2001 From: Ethan Freestone Date: Fri, 4 Oct 2024 12:22:36 +0100 Subject: [PATCH] chore: Undo a stupidly merged change to _data.groovy... I made a note to devs and somehow managed to ignore it entirely while doing other things. Extremely silly mistake to make :') --- service/src/main/okapi/tenant/sample_data/_data.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/okapi/tenant/sample_data/_data.groovy b/service/src/main/okapi/tenant/sample_data/_data.groovy index 11a91e80..b1421091 100644 --- a/service/src/main/okapi/tenant/sample_data/_data.groovy +++ b/service/src/main/okapi/tenant/sample_data/_data.groovy @@ -32,7 +32,7 @@ RemoteKB.findByName('GOKb') ?: (new RemoteKB( uri:'https://gokb.org/gokb/oai/index', fullPrefix:'gokb', rectype: RemoteKB.RECTYPE_PACKAGE, - active:Boolean.TRUE, + active:Boolean.FALSE, supportsHarvesting:true, activationEnabled:false ).save(failOnError:true))