View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026438 | mantisbt | bugtracker | public | 2019-12-08 12:01 | 2026-01-02 19:23 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.24.0 | Fixed in Version | 2.24.0 | ||
| Summary | 0026438: Allow multiple, customizable due date levels | ||||
| Description | Currently, the due date setting is binary, i.e. an issue is either overdue or not, and MantisBT does not let the admin determine the actual cutover date (the issue is flagged as overdue on the specified date). There have been requests to be able to flag the issue as overdue on the following day; and to be able to specify the color (see 0009155). Also, users would like to be able to add additional "levels" of overdue (e.g. due soon, due today, etc), as described in 0016869. An extra config option defining due date levels would allow administrators to customize both the number of levels, and the cutover deadlines. CSS can be used to define the colors. | ||||
| Tags | No tags attached. | ||||
| parent of | 0009155 | closed | dregad | mantisbt | Cell coloring for due date indicates "overdue" when not overdue yet. |
| parent of | 0016869 | closed | dregad | mantisbt | Change of due date background color |
| parent of | 0026774 | resolved | dregad | MantisTouch | Change of due date background color |
| related to | 0036814 | assigned | dregad | mantisbt | Overdue column for resolved Issues with due date show misleading icon and tooltip |
|
MantisBT: master 1aa2adf8 2020-02-02 06:28 Details Diff |
Allow multiple, customizable due date levels New config option defining due date levels allowing administrators to customize both the number of levels, and the cutover deadlines. CSS can be used to define the colors. Fixes 0026438, 0009155, 0016869 PR https://github.com/mantisbt/mantisbt/pull/1589 |
Affected Issues 0009155, 0016869, 0026438 |
|
| mod - bug_update_page.php | Diff File | ||
| mod - bug_view_inc.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - core/columns_api.php | Diff File | ||
| mod - core/commands/IssueViewPageCommand.php | Diff File | ||
| mod - css/default.css | Diff File | ||
| mod - docbook/Admin_Guide/en-US/config/duedate.xml | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||