View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030435 | mantisbt | ui | public | 2022-06-02 07:32 | 2022-06-12 09:48 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0030435: Manage Project Edit page should redirect to relevant section after updates | ||||
Description | When updating information in Manage Project Edit page (Subprojects, Categories, Versions, Custom Fields, User accounts), the page reloads at the top, forcing the user to scroll down to the relevant section again, which can be a pain when multiple updates are necessary. The page should use anchors to scroll directly to the section after an update. | ||||
Tags | No tags attached. | ||||
MantisBT: master c1ca62d5 2022-05-31 03:24 Details Diff |
Jump to Manage Accounts section after updates Add `#project-users` anchor (div id) to jump straight to the Manage Accounts section when returning from an update operation in the Edit Project page. Fixes 0030435 |
Affected Issues 0030435 |
|
mod - manage_proj_edit_page.php | Diff File | ||
mod - manage_proj_user_add.php | Diff File | ||
mod - manage_proj_user_copy.php | Diff File | ||
mod - manage_proj_user_update.php | Diff File | ||
MantisBT: master 8493b379 2022-05-31 03:38 Details Diff |
Jump to Versions section after updates Add `#versions` anchor (renaming div id from `project-versions-div` to `versions`), to jump straight to the Versions section when returning from an update operation in the Edit Project page. Fixes 0030435 |
Affected Issues 0030435 |
|
mod - manage_proj_edit_page.php | Diff File | ||
mod - manage_proj_ver_add.php | Diff File | ||
mod - manage_proj_ver_copy.php | Diff File | ||
mod - manage_proj_ver_delete.php | Diff File | ||
mod - manage_proj_ver_update.php | Diff File | ||
MantisBT: master d105eb4f 2022-06-01 11:43 Details Diff |
Jump to Categories section after update Use existing `#categories` anchor (div id) to jump straight to the Categories section when returning from an update operation in the Edit Project page. Fixes 0030435 |
Affected Issues 0030435 |
|
mod - manage_proj_cat_add.php | Diff File | ||
mod - manage_proj_cat_copy.php | Diff File | ||
mod - manage_proj_cat_delete.php | Diff File | ||
mod - manage_proj_cat_update.php | Diff File | ||
MantisBT: master fefefe6a 2022-06-01 11:46 Details Diff |
Jump to Subprojects section after update Use existing `#subprojects` anchor (div id) to jump straight to the Subprojects section when returning from an update operation in the Edit Project page. Fixes 0030435 |
Affected Issues 0030435 |
|
mod - manage_proj_create.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
mod - manage_proj_subproj_add.php | Diff File | ||
mod - manage_proj_subproj_delete.php | Diff File | ||
mod - manage_proj_update_children.php | Diff File | ||
MantisBT: master fdd7efd4 2022-06-01 11:52 Details Diff |
Jump to Custom Fields section after update Use existing `#customfields` anchor (div id) to jump straight to the Custom Fields section when returning from an update operation in the Edit Project page. Fixes 0030435 |
Affected Issues 0030435 |
|
mod - manage_proj_custom_field_add_existing.php | Diff File | ||
mod - manage_proj_custom_field_copy.php | Diff File | ||
mod - manage_proj_custom_field_remove.php | Diff File | ||
mod - manage_proj_custom_field_update.php | Diff File |