Changeset 20770


Ignore:
Timestamp:
03/03/10 10:15:19 (2 years ago)
Author:
julie
Message:

fixed bug which caused link outs configured using taxonId to not appear on the list analysis page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bio/webapp/src/org/intermine/bio/web/AttributeLinkDisplayerController.java

    r20686 r20770  
    177177                            attrValue = BagHelper.getIdList(bag, os, dbName, attrName); 
    178178                            if (!taxId.equalsIgnoreCase("*")) { 
    179                                 taxIds = BioUtil.getOrganisms(os, bag, false); 
     179                                taxIds = BioUtil.getOrganisms(os, bag, false, "taxonId"); 
    180180 
    181181                                //don't display link if 
Note: See TracChangeset for help on using the changeset viewer.