From: Mike Taylor Date: Mon, 11 May 2015 14:05:05 +0000 (+0100) Subject: Re-fix ACREP-30 in a way that works on production. X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1e6925ae6ae77506f91c2228a25de20f004870a6;ds=sidebyside Re-fix ACREP-30 in a way that works on production. The regular expression that recognises harvested targets now works correctly on either ZURL-style or UDB-style target identifiers. (The question of why we get the first on the production system and the second on my development system is a whole nother ball of wax.) --- diff --git a/src/templates/targets.handlebars b/src/templates/targets.handlebars index 709885c..9402c83 100644 --- a/src/templates/targets.handlebars +++ b/src/templates/targets.handlebars @@ -26,7 +26,7 @@ data: {{{name}}} - {{#compare id 'matches' '^solr-'}} + {{#compare id 'matches' '^(solr-|lui.)'}} H {{else}} S