View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003047 | mantisbt | bugtracker | public | 2003-03-10 16:41 | 2003-12-13 04:41 |
| Reporter | Bastian | Assigned To | jfitzell | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0003047: Manually assigned developers cannot resolve in All Projects view | ||||
| Description | If I add developers to my project that are normally only reporters they will not see the resolve etc. buttons under a bug if they have not chosen the project in the project selector up right hand corner. | ||||
| Additional Information | It'd be nice if the bug 'knew' where it belongs to and shows the correct button selection for the user that opens it even if he is in All Projects view mode. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master ba9ed665 2003-03-10 13:14 Julian Fitzell Details Diff |
Fix for issue 0003047: Manually assigned developers cannot resolve in All Projects view along with a few other related fixes * bug_view_advanced_page.php: * bug_view_page.php: change uses of access_has_project_level() to access_has_bug_level() * core/html_api.php (html_button_bug_delete): (html_button_bug_monitor): (html_button_bug_close): (html_button_bug_reopen): (html_button_bug_resolve): (html_button_bug_assign): (html_button_bug_update): change uses of access_has_project_level() to access_has_bug_level() git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2084 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0003047 |
|
| mod - bug_view_page.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - bug_view_advanced_page.php | Diff File | ||