- Timestamp:
- Feb 23, 2010, 2:28:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/InventoryLocationDetailedController.groovy
r377 r403 75 75 if(inventoryLocationInstance.version > version) { 76 76 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") 78 78 render(view:'edit',model:[inventoryLocationInstance:inventoryLocationInstance]) 79 79 return
Note: See TracChangeset
for help on using the changeset viewer.