- Timestamp:
- Feb 5, 2011, 9:25:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/taskProcedureRework/grails-app/services/AssetService.groovy
r776 r787 30 30 * @returns A list of the assemblies. 31 31 */ 32 def getAssemblies( Assetasset) {32 def getAssemblies(asset) { 33 33 def assemblies = [] 34 if(!(asset instanceof Asset)) 35 return assemblies 34 36 // Database efficiency: 35 37 // The asset is configured to batch fetch assetSubItems which
Note: See TracChangeset
for help on using the changeset viewer.