Hi, with SS3.1 there seem to be a problem with the downloadlinks. Here is an example: <a title="1 - Leitfaden der Grundschule" href="/dmsdocument/1" class="data:{size:'40 KB'} documentLink pdf">hier</a>
Changing line 948 in DMSDocument.php from $linkText = $document->getLink()."\" class=\"$size documentLink $extension"; to $linkText = $document->getLink(); fixed it.
Hi, with SS3.1 there seem to be a problem with the downloadlinks. Here is an example:
<a title="1 - Leitfaden der Grundschule" href="/dmsdocument/1" class="data:{size:'40 KB'} documentLink pdf">hier</a>
Changing line 948 in DMSDocument.php from $linkText = $document->getLink()."\" class=\"$size documentLink $extension"; to $linkText = $document->getLink(); fixed it.