View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005312 | mantisbt | feature | public | 2005-03-07 13:37 | 2010-09-19 03:11 |
| Reporter | jbiechele | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.19.2 | ||||
| Summary | 0005312: Resolve Bug screen: Add field "assign to:" | ||||
| Description | Is there an easy way to add the field "assign to:" to the "resolve bug screen" by myself? This would help to do three things in one screen:
Is something like that planed for a future release? | ||||
| Tags | No tags attached. | ||||
|
I would love to see this added. Preferably with the default assignment being '[Reporter]'. |
|
|
Hi, here is a little workaround: That should show the "Assign to"-list even if you change status to resolved. |
|
|
Thanks Schroedi for the workaround, works well so far, although hard to maintain in future releases ie. in "mantis-1.0.0rc2" the line to change in ./bug_change_status_page.php is #136, if I understood well your fix. Original ./bug_change_status_page.php lines 136ffif ( ( $t_resolved > $f_new_status ) && Changed ./bug_change_status_page.php lines 136ffif ( ( $t_resolved >= $f_new_status ) && In any case I would love to see this minor change in an ofical release. |
|
|
this feature is available in 1.2.0 |
|
|
wow, great to see this has been added. |
|