View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035228 | mantisbt | tagging | public | 2025-01-11 11:22 | 2025-01-17 17:32 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0035228: 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. | ||||
Tags | No tags attached. | ||||
MantisBT: master ae1fdaae 2025-01-08 13:28 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 |