Changeset 719 for trunk/grails-app/views/inventoryItemDetailed/search.gsp
- Timestamp:
- Nov 25, 2010, 8:47:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemDetailed/search.gsp
r718 r719 242 242 excludeProperties="estimatedUnitPriceCurrency" 243 243 associatedProperties="inventoryLocation.name, 244 spareFor.name, 245 preferredManufacturer.name, 246 preferredSupplier.name" 244 spareFor.name" 247 245 filterPropertyValues="${['inventoryLocation.name':[values: associatedPropertyValues.inventoryLocationList], 248 246 'spareFor.name':[values: associatedPropertyValues.assetList], 249 'preferredManufacturer.name':[values: associatedPropertyValues.manufacturerList],250 247 'preferredSupplier.name':[values: associatedPropertyValues.supplierList] 251 248 ]}"/>
Note: See TracChangeset
for help on using the changeset viewer.