View Issue Details

IDProjectCategoryView StatusLast Update
0010023mantisbtbugtrackerpublic2010-02-22 14:35
ReporterRoboDoc Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.6 
Fixed in Version1.2.0 
Summary0010023: duplicate_id maxlength is hardcoded in bug_change_status_page.php
Description

duplicate_id maxlength is hardcoded in bug_change_status_page.php:

<input type="text" name="duplicate_id" maxlength="7" />

...which is a problem when having more than 9999999 issues in the DB.

As we have $g_display_bug_padding = 8 and TONS of issues in our DB, the duplicate ID cannot be submitted using the bug_change_status_page.php form.

TagsNo tags attached.

Activities

RoboDoc

RoboDoc

2009-01-06 20:04

reporter   ~0020550

OBTW, since I cannot edit my the description after having submitted this issue; I'm aware that $g_display_bug_padding isn't related to the number of bugs stored in the DB (except for padding purposes), but still. :)

vboctor

vboctor

2009-12-16 10:21

manager   ~0023919

Opted to go with the simple solution of increasing the max limit to 10.

Related Changesets

MantisBT: master-1.2.x ef5688b4

2009-12-16 10:20

vboctor


Details Diff
Fixes 0010023: duplicate_id maxlength is hardcoded in bug_change_status_page.php. Affected Issues
0010023
mod - bug_change_status_page.php Diff File

MantisBT: master 5955e8b9

2009-12-16 10:20

vboctor


Details Diff
Fixes 0010023: duplicate_id maxlength is hardcoded in bug_change_status_page.php. Affected Issues
0010023
mod - bug_change_status_page.php Diff File