View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032998 | mantisbt | administration | public | 2023-10-04 11:24 | 2024-09-29 13:22 |
Reporter | dregad | Assigned To | vboctor | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 2.26.0 | ||||
Target Version | 2.28.0 | ||||
Summary | 0032998: Call to undefined function mci_get_project_id() when removing a user from a project | ||||
Description | INTERNAL APPLICATION ERROR
This is a regression introduced by MantisBT master c8c2f3fa, see 0032467 | ||||
Steps To Reproduce | Disable javascript In manage_proj_edit_page.php, with at least one user assigned to the project, under Manage Accounts click Remove all button. Problem does not occur when removing an individual user. | ||||
Tags | No tags attached. | ||||
@dregad I'm unable to reproduce this. I have strict errors set. |
|
The problem only occurs when javascript is disabled. In that case the Remove All button calls manage_proj_user_remove.php directly instead of toggling all the remove checkboxes . |
|