Ignore:
Timestamp:
Feb 10, 2010, 5:09:22 AM (14 years ago)
Author:
gav
Message:

Move Asset delete to a service method and configure cascade deletion checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/AssetSubItemService.groovy

    r347 r350  
    1919
    2020        if(result.assetSubItemInstance.maintenanceActions)
    21             return fail(code:"assetSubItem.maintenanceActions.associated")
     21            return fail(code:"maintenanceActions.still.associated")
    2222
    2323        try {
Note: See TracChangeset for help on using the changeset viewer.