Changeset 954 for trunk/grails-app/views


Ignore:
Timestamp:
Jun 29, 2011, 4:55:11 PM (13 years ago)
Author:
gav
Message:

Add filterpane search to CostCode? list view, part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/costCodeDetailed/list.gsp

    r953 r954  
    9797                                   class="overlayPane"
    9898                                   associatedProperties="purchasingGroup.name"
    99                                    filterPropertyValues="${['purchasingGroup.name':[values:PurchasingGroup.findAllByIsActive(true)]]}" />
     99                                   filterPropertyValues="${['purchasingGroup.name':[values: associatedPropertyValues.purchasingGroupList]]}" />
    100100
    101101        </div>
Note: See TracChangeset for help on using the changeset viewer.