Skip to content

Commit

Permalink
DS-2424 workaround for bug in xoai library. changed ref to red for Fi…
Browse files Browse the repository at this point in the history
…lter in Contexts
  • Loading branch information
christian-scheible authored and Hardy Pottinger committed Mar 11, 2015
1 parent e9c14bb commit d0c8afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dspace/config/crosswalks/oai/xoai.xml
Expand Up @@ -16,7 +16,7 @@
<Contexts>
<Context baseurl="request" name="Default Context">
<!-- Restrict access to hidden items by default -->
<Filter ref="defaultFilter" />
<Filter red="defaultFilter" />

<Format ref="oaidc"/>
<Format ref="mets"/>
Expand Down Expand Up @@ -47,7 +47,7 @@
<!-- Date format, field prefixes, etc are ensured by the transformer -->
<Transformer ref="driverTransformer"/>
<!-- The driver filter -->
<Filter ref="driverFilter"/>
<Filter red="driverFilter"/>
<!-- Just an alias, in fact it returns all items within the driver context -->
<Set ref="driverSet"/>
<!-- Metadata Formats -->
Expand All @@ -72,7 +72,7 @@
<!-- Date format, field prefixes, etc are ensured by the transformer -->
<Transformer ref="openaireTransformer"/>
<!-- OpenAIRE filter -->
<Filter ref="openAireFilter"/>
<Filter red="openAireFilter"/>
<!-- Just an alias, in fact it returns all items within the driver context -->
<Set ref="openaireSet"/>
<!-- Metadata Formats -->
Expand Down

0 comments on commit d0c8afb

Please sign in to comment.