Removed the target for the file link in the FileAttachmentsTable which caused the file to be opended a new window/tab.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3118 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-02-04 09:22:51 +00:00
parent 06a8681831
commit 5b5c25e642
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ public class FileAttachmentsTable extends Table {
FileAttachment attachment = new FileAttachment(new BigDecimal(downloadKey));
final Link link = new Link(attachment.getDisplayName(),
Utilities.getAssetURL(attachment));
link.setTargetFrame("fileview");
return link;
// Utilities.getAssetURL(attachment));
//return new Link(attachment.getDisplayName(),