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/InventoryLocationDetailedController.groovy

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