View Issue Details

IDProjectCategoryView StatusLast Update
0030435mantisbtuipublic2023-10-31 16:32
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version2.26.0Fixed in Version2.26.0 
Summary0030435: 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.

TagsNo tags attached.

Relationships

related to 0012773 acknowledged Separate the Version Area of a Project enabling direct management 
child of 0030551 closeddregad Project Edit Page improvements 

Activities

dregad

dregad

2022-06-02 07:33

developer   ~0066666

This covers the alternative described in 0012773

dregad

dregad

2022-06-02 07:51

developer   ~0066667

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

Related Changesets

MantisBT: master c1ca62d5

2022-05-31 03:24

dregad


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

dregad


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

dregad


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

dregad


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

dregad


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