View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013008 | mantisbt | bugtracker | public | 2011-05-18 06:05 | 2011-08-05 02:41 |
Reporter | lucenic | Assigned To | atrol | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.2.4 | ||||
Summary | 0013008: Due date picked from calendar causes validation error when changing bug status | ||||
Description | The calendar picker generates date and time into the Due date field that has 16 characters (xxxx-xx-xx_hh:mm). There is a check on due date field to have no more than 10 characters (due date input tag has set maxlength="10") on update status page (bug_change_status_page.php), so the submission is not possible after due date is picked from calendar. The time part in due date field has to be deleted manually in order to submit the bug status update. | ||||
Steps To Reproduce |
| ||||
Additional Information | Issue is related to http://www.mantisbt.org/bugs/view.php?id=9155 , that -if fixed as suggested by Blue Ninja (http://www.mantisbt.org/bugs/view.php?id=9155#c17856)- would remove the need to deal with times at all in the due date field. Nevertheless I would prefer the possibility to update the due date value with the time part as it gets filled directly by the calendar picker. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Are you sure this applies to 1.2.4 ? |
|
Yes, please see the attachment. |
|
Have a look at the duplicate bug 0012910 which has been fixed in version 1.2.5 |
|