Changeset 562 for trunk/grails-app/domain/Asset.groovy
- Timestamp:
- Jun 2, 2010, 4:31:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Asset.groovy
r456 r562 30 30 } 31 31 32 static searchable = { 33 root false // only index as a component of InventoryItem. 34 only = ['name', 'description', 'comment'] 35 } 36 32 37 // This additional setter is used to convert the checkBoxList string or string array 33 38 // of ids selected to the corresponding domain objects.
Note: See TracChangeset
for help on using the changeset viewer.