Description of problem: When adding an external bug, the system doesn't check if the bug id is a valid id (user can input text or negative number in external bug id field) How reproducible: Steps to Reproduce: 1.File a new bug 2.Add an external bug and put a text or negative number as bug id 3. Actual results: If put a text as bug id, the bug id is set to '0'; if put a negative number as bug id, the bug id will be a negative number Expected results: When put a text or a negative number as external bug id, an error message should be displayed to explain the error. Additional info:
This is now fixed in SVN and will be in the next updated rpm. Dave