View Issue Details

IDProjectCategoryView StatusLast Update
0035228mantisbttaggingpublic2025-01-17 17:32
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version2.28.0Fixed in Version2.28.0 
Summary0035228: View and Update tag pages are not integrated in the Manage Tags menu
Description

Currently tag_view_page.php and tag_update_page.php are designed as standalone pages, so when accessed from manage_tags_page.php the "Back to tag" button and the redirection after update take the user back to tag_view_page.php, breaking the application flow.

The tabs allowing access to other administration pages should be displayed on Tag View page, and post update redirections should return the user to where they came from.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master ae1fdaae

2025-01-08 13:28

dregad


Details Diff
Integrate Tag view/edit pages in Manage menu

Currently tag_view_page.php and tag_update_page.php are designed as
standalone pages, so when accessed from manage_tags_page.php the "Back
to tag" button and the redirection after update take the user back to
tag_view_page.php, breaking the application flow.

Introducing a new manage_tag_view_page.php and that displays the menu
and passing the redirect page along allows a more seamless UX.

Fixes 0035228
Affected Issues
0035228
add - manage_tag_view_page.php Diff File
mod - manage_tags_page.php Diff File
mod - tag_update.php Diff File
mod - tag_update_page.php Diff File
mod - tag_view_page.php Diff File