Skip to content

Commit 221caac

Browse files
Bernd FallertUBMA Sysadmins
authored andcommitted
add comment
1 parent 5f178c8 commit 221caac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Resources/Private/Plugins/Kitodo/Partials/TableOfContents

Resources/Private/Plugins/Kitodo/Partials/TableOfContents/Children.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<!-- LINE 57: id:{child.id} type:{child.type} anchorID:{child.AnchorDocumentID} -->
5757
<f:if condition="{child.AnchorDocumentId}">
5858
<f:then>
59-
<f:comment><f:debug>{child}</f:debug></f:comment>
59+
<f:comment>if newspaper or periodika a child.AnchorDocumentId exists, then use this id instead of child.id, because this is in this case a url instead a id</f:comment>
6060
<f:variable name="xChildId" value="{child.AnchorDocumentId}" />
6161
</f:then>
6262
<f:else>

0 commit comments

Comments
 (0)