Ignore:
Timestamp:
Feb 23, 2010, 2:28:24 PM (14 years ago)
Author:
gav
Message:

Change all controllers to use default.optimistic.locking.failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/SupplierTypeDetailedController.groovy

    r383 r403  
    7575                if(supplierTypeInstance.version > version) {
    7676                   
    77                     supplierTypeInstance.errors.rejectValue("version", "supplierType.optimistic.locking.failure", "Another user has updated this SupplierType while you were editing.")
     77                    supplierTypeInstance.errors.rejectValue("version", "default.optimistic.locking.failure")
    7878                    render(view:'edit',model:[supplierTypeInstance:supplierTypeInstance])
    7979                    return
Note: See TracChangeset for help on using the changeset viewer.