162: Cannot enter an alpha-numeric bug number

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.
david
#1 david
  • +Component-Reviews
chipx86
#2 chipx86
We should change the CommaSeparatedInteger field to a CommaSeparatedAlphaNumField
(which doesn't exist, so we'll have to write it).
  • -Priority-Medium
    +Priority-High
chipx86
#3 chipx86
  • -Type-Defect
    +Type-Enhancement
    +Milestone-Release1.0
david
#4 david
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.
david
#5 david
Fixed in SVN.  Thanks!
  • +Fixed