Ignore:
Timestamp:
Oct 19, 2020, 1:18:36 PM (3 years ago)
Author:
Nicklas Nordborg
Message:

References #2222: Add support for manually adding any-to-any link column in table lists

Added support for enabling the "File viewer" extension in any-to-any links that are targeting a file item.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/overview/info.jsp

    r7762 r7855  
    166166  if (fileContext != null)
    167167  {
    168     fileViewer = new FileViewerUtil(jspContext, fileContext);
     168    fileViewer = FileViewerUtil.getOrCreate(jspContext, fileContext);
    169169  }
    170170  %>
Note: See TracChangeset for help on using the changeset viewer.