Ignore:
Timestamp:
2011-06-23T18:07:47+12:00 (13 years ago)
Author:
ak19
Message:

First fix to DSpace tutorial's display: the primary document icon (for a list of equivalent docs) now links to the source document.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java

    r24087 r24198  
    114114                Element elem = (Element)link_nodes.item(i);
    115115                String type = elem.getAttribute("type");
    116             if (type.equals("source")) {
     116            if (type.equals("source") || type.equals("sourcelinkfile")) {
    117117            meta_names.add("assocfilepath");
    118118            }
Note: See TracChangeset for help on using the changeset viewer.