BugFix for lastModified in Mandalay
git-svn-id: https://svn.libreccm.org/ccm/trunk@2757 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f9255848d2
commit
922f389bd7
|
|
@ -9,7 +9,7 @@
|
||||||
name="ScientificCMS"
|
name="ScientificCMS"
|
||||||
prettyName="Scientific CMS"
|
prettyName="Scientific CMS"
|
||||||
version="2.3.0"
|
version="2.3.0"
|
||||||
release="devel-SNAPSHOT-r2721"
|
release="devel-SNAPSHOT-r2755"
|
||||||
webxml="sci-web.xml"
|
webxml="sci-web.xml"
|
||||||
portletxml="sci-portlet.xml"
|
portletxml="sci-portlet.xml"
|
||||||
webapp="libreccm"
|
webapp="libreccm"
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@
|
||||||
<!-- Fallback -->
|
<!-- Fallback -->
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<!-- Don't use the fallback when an object list is present -->
|
<!-- Don't use the fallback when an object list is present -->
|
||||||
<xsl:if test="not($resultTree//nav:objectList)">
|
<xsl:if test="not($resultTree//nav:objectList or $resultTree//publications or $resultTree//projects)">
|
||||||
<xsl:apply-templates select="$resultTree//auditing"
|
<xsl:apply-templates select="$resultTree//auditing"
|
||||||
mode="auditing"/>
|
mode="auditing"/>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue