Skip to content

Commit

Permalink
Fix pdf link issue (#7681)
Browse files Browse the repository at this point in the history
Co-authored-by: WANGF <feifei.wang@dfo-mpo.gc.ca>
  • Loading branch information
geonetworkbuild and wangf1122 authored Feb 1, 2024
1 parent 5521622 commit 33cc924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/webapp/xslt/skin/default/skin.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
else true()"/>
<xsl:if test="not($isLogoInHeader) or $isShowGNName">
<xsl:variable name="appUrl"
select="if(util:getUiConfigurationJsonProperty(/root/request/ui, 'mods.home.appUrl'))
select="if(output != 'pdf' and util:getUiConfigurationJsonProperty(/root/request/ui, 'mods.home.appUrl'))
then geonet:updateUrlPlaceholder(util:getUiConfigurationJsonProperty(/root/request/ui, 'mods.home.appUrl'), /root/gui/nodeId, $lang)
else /root/gui/nodeUrl"/>
<li>
Expand Down

0 comments on commit 33cc924

Please sign in to comment.