View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003917 | mantisbt | feature | public | 2004-06-07 14:56 | 2019-05-31 08:55 |
| Reporter | tbarth | Assigned To | dhx | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
| Summary | 0003917: ability to add/remove other persons to/from monitor list in a bug | ||||
| Description | I would like to have the ability to add/remove other persons to/from monitor list when viewing or editing a bug. | ||||
| Additional Information | This is for adding some of our clients to monitor list for software bugs that we find, but that they didn“t submit theirselves. | ||||
| Tags | No tags attached. | ||||
|
a little work-around: when You send a reminder to a user, this user is added in the monitor list. |
|
|
There should be way for removing users from monitor list. As reporter can add all mantis users to monitor list by sending reminder, there should be at least way to clean up this list (I disabled reminders as a workaround). |
|
|
Added this feature at long last :) |
|
|
Thanks :-) |
|
|
MantisBT: master-1.2.x e56bbe53 2009-07-15 08:39 Details Diff |
Fix 0003917: Ability to delete other users from bug monitor list A new configuration option $g_monitor_delete_others_bug_threshold was added. This option defines the access level required to delete other users from the list of users monitoring a bug. If the current user is in an access level above or equal to $g_monitor_delete_others_bug_threshold they will see a [Delete] link next to each username in the bug monitor list for each bug. Clicking on this link will stop a user from monitoring a bug. |
Affected Issues 0003917 |
|
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_german_eintrag.txt | Diff File | ||
| mod - core/html_api.php | Diff File | ||
|
MantisBT: master 33f859c9 2009-07-15 08:39 Details Diff |
Fix 0003917: Ability to delete other users from bug monitor list A new configuration option $g_monitor_delete_others_bug_threshold was added. This option defines the access level required to delete other users from the list of users monitoring a bug. If the current user is in an access level above or equal to $g_monitor_delete_others_bug_threshold they will see a [Delete] link next to each username in the bug monitor list for each bug. Clicking on this link will stop a user from monitoring a bug. |
Affected Issues 0003917 |
|
| mod - bug_monitor_list_view_inc.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - docbook/adminguide/en/configuration.sgml | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - lang/strings_german_eintrag.txt | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||