Skip to content

Commit

Permalink
IM-124 revert adding of connection nid as facet field for statistic
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Apr 18, 2024
1 parent e4fae96 commit e903268
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"genre",
"koeln_accessrights",
"facet_person",
"connection_nid_text",
"oa"
]
},
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/xsl/response-statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<xsl:apply-templates select="lst[@name='origin_toplevel']" />
<xsl:apply-templates select="lst[@name='genre']" />
<xsl:apply-templates select="lst[@name='koeln_accessrights']" />
<xsl:apply-templates select="lst[@name='connection_nid_text']" />
<xsl:apply-templates select="lst[@name='facet_person']" />
<xsl:apply-templates select="lst[@name='oa']" />
</xsl:for-each>
Expand Down

0 comments on commit e903268

Please sign in to comment.