MantisBT: master ae1fdaae

Author Committer Branch Timestamp Parent
dregad dregad master 2025-01-08 13:28 master 79682955
Affected Issues  0035228: View and Update tag pages are not integrated in the Manage Tags menu
Changeset

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

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