Skip to content

Commit 747f0ff

Browse files
luis100claude
andcommitted
fix(emailarchive): add state=ACTIVE to nested email child documents
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e1678d3 commit 747f0ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roda-core/roda-core/src/main/resources/config/crosswalks/ingest/emailarchive.xslt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<xsl:for-each select="*:email">
6262
<doc>
6363
<field name="content_type">email</field>
64+
<field name="state">ACTIVE</field>
6465
<xsl:if test="normalize-space(*:messageId/text()) != ''">
6566
<field name="messageId_s"><xsl:value-of select="normalize-space(*:messageId/text())"/></field>
6667
</xsl:if>

0 commit comments

Comments
 (0)