Changeset 22679


Ignore:
Timestamp:
03/09/10 10:58:17 (17 months ago)
Author:
rns
Message:

Fix LOOKUP constraint extra values in templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mnw21/pathquery_refactor/intermine/web/main/src/org/intermine/web/struts/TemplateAction.java

    r22642 r22679  
    261261                                value = new TemplateValue(c, ConstraintOp.LOOKUP, 
    262262                                        (String) tf.getAttributeValues(key), 
    263                                         TemplateValue.ValueType.SIMPLE_VALUE); 
     263                                        TemplateValue.ValueType.SIMPLE_VALUE, 
     264                                        tf.getExtraValues(key).toString()); 
    264265                            } else if (tf.getNullConstraint(key) != null) { 
    265266                                if (ConstraintOp.IS_NULL.toString() 
Note: See TracChangeset for help on using the changeset viewer.