View Issue Details

IDProjectCategoryView StatusLast Update
0006264mantisbtadministrationpublic2025-03-01 18:40
Reporterdtgriscom Assigned Tocommunity  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.17 
Target Version2.27.1Fixed in Version2.27.1 
Summary0006264: In manage_proj_edit_page.php, the "Project" popup at the top of the window is ignored
Description

When managing a specific project, changing the value of the "Project" popup reloads the page (as it always does), leading the user to think that the project being managed has changed (as always happens elsewhere). Counter-intuitively, the user keeps editing the PREVIOUS project.

Either the project should change when you ask it to change, or that popup should be removed when it isn't effective.

TagsNo tags attached.

Activities

raspopov

raspopov

2025-02-17 12:24

reporter   ~0069868

Incredibly, this behavior still exists. MantisBT refuses to change a project when the project edit page is open.

PR: https://github.com/mantisbt/mantisbt/pull/2100

PR allows you to change the project from the top menu or, if the show_project_menu_bar option is enabled, from the menu bar.

Related Changesets

MantisBT: master-2.27 d79bdf5c

2025-02-25 15:32

raspopov

Committer: community


Details Diff
Fix project selection on the edit project page

Code is cleaned up and simplified.
Use the new string_build_query() function.

Fixes 0006264, PR https://github.com/mantisbt/mantisbt/pull/2100

Signed-off-by: raspopov <raspopov@cherubicsoft.com>
Affected Issues
0006264
mod - set_project.php Diff File