Fix LP1118245, where Name Subject facet shows subfields in order "cad" user/paxed/lp1118245
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Mon, 24 Jun 2013 16:59:58 +0000 (19:59 +0300)
committerPasi Kallinen <pasi.kallinen@pttk.fi>
Mon, 24 Jun 2013 17:10:33 +0000 (20:10 +0300)
and Personal Author shows subfields in order "acd".  This change makes
the Name Subject show the subfields in the same order as in record view
and the Personal Author facet.

Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Open-ILS/src/sql/Pg/953.data.MODS32-xsl.sql
Open-ILS/xsl/MARC21slim2MODS32.xsl

index e775b66..f787f2a 100644 (file)
@@ -2608,7 +2608,6 @@ Added Log Comment
                <subject>
                        <xsl:call-template name="subjectAuthority"></xsl:call-template>
                        <name type="personal">
-                               <xsl:call-template name="termsOfAddress"></xsl:call-template>
                                <namePart>
                                        <xsl:call-template name="chopPunctuation">
                                                <xsl:with-param name="chopString">
@@ -2618,6 +2617,7 @@ Added Log Comment
                                                </xsl:with-param>
                                        </xsl:call-template>
                                </namePart>
+                               <xsl:call-template name="termsOfAddress"></xsl:call-template>
                                <xsl:call-template name="nameDate"></xsl:call-template>
                                <xsl:call-template name="affiliation"></xsl:call-template>
                                <xsl:call-template name="role"></xsl:call-template>
index 303c378..3302213 100644 (file)
@@ -2608,7 +2608,6 @@ Added Log Comment
                <subject>
                        <xsl:call-template name="subjectAuthority"></xsl:call-template>
                        <name type="personal">
-                               <xsl:call-template name="termsOfAddress"></xsl:call-template>
                                <namePart>
                                        <xsl:call-template name="chopPunctuation">
                                                <xsl:with-param name="chopString">
@@ -2618,6 +2617,7 @@ Added Log Comment
                                                </xsl:with-param>
                                        </xsl:call-template>
                                </namePart>
+                               <xsl:call-template name="termsOfAddress"></xsl:call-template>
                                <xsl:call-template name="nameDate"></xsl:call-template>
                                <xsl:call-template name="affiliation"></xsl:call-template>
                                <xsl:call-template name="role"></xsl:call-template>