History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-605
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jason Rudolph
Reporter: Marc Palmer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

"size" range constraints is using wrong I18N message "default.invalid.length.message"

Created: 16/Jan/07 04:50 AM   Updated: 04/Mar/07 11:28 AM
Component/s: None
Affects Version/s: 0.4
Fix Version/s: 0.5-RC1

Time Tracking:
Not Specified

File Attachments: 1. Text File SizeConstraintPatchWithTests.txt (10 kb)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Drew Varner - 26/Feb/07 05:39 PM
I have started work on this.

Drew Varner - 27/Feb/07 07:41 PM
Attached is a patch for this issue. The patch:
  • Changes the message to "size" messages
  • Refactors the code to make it less repetitive
  • Increases unit test coverage on SizeConstraint

Jason Rudolph - 04/Mar/07 11:28 AM
Applied patch from Drew to resolve issue.