Changeset 562 for trunk/grails-app/domain/InventoryLocation.groovy
- Timestamp:
- Jun 2, 2010, 4:31:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryLocation.groovy
r389 r562 16 16 "${this.name}" 17 17 } 18 19 static searchable = { 20 root false // only index as a component of InventoryItem. 21 only = ['name'] 22 } 23 18 24 }
Note: See TracChangeset
for help on using the changeset viewer.