162: Cannot enter an alpha-numeric bug number
- Fixed
- Review Board
ebar****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Dec. 26, 2007 |
In the review request edit form, I cannot define an alpha-numeric bug ID in the "Bugs Closed" field. It works well if I enter an integer. JIRA uses alpha-numeric issue IDs and it would be great to be able to reference JIRA's issues.
We should change the CommaSeparatedInteger field to a CommaSeparatedAlphaNumField (which doesn't exist, so we'll have to write it).
-
- Priority-Medium + Priority-High
It looks like CommaSeparatedIntegerField is just a CharField with a special oldforms manipulator. We don't use oldforms, so all we need to do is remove the assumptions that it's full of integers.