Changeset 22709


Ignore:
Timestamp:
03/09/10 15:59:40 (17 months ago)
Author:
dbutano
Message:

Fixed the following bug: open a template, set to ON a constraint with a bag, select a bag, click Show Result, click Query. The page doesn't display the switchOffAbility setted to ON.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mnw21/pathquery_refactor/intermine/web/main/src/org/intermine/web/logic/query/DisplayConstraint.java

    r22688 r22709  
    717717 
    718718    /** 
     719     * Set the switchOffAbility 
     720     * @param switchOffAbility value 
     721     */ 
     722    public void setSwitchOffAbility(SwitchOffAbility switchOffAbility) { 
     723        this.switchOffAbility = switchOffAbility; 
     724    } 
     725 
     726    /** 
    719727     * Representation of a constraint operation to populate a dropdown.  Label is value to be 
    720728     * displayed in the dropdown, property is the index of the constraint that will be selected. 
Note: See TracChangeset for help on using the changeset viewer.