View Issue Details

IDProjectCategoryView StatusLast Update
0010027mantisbttaggingpublic2025-01-17 17:32
Reporterolegos Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.27.1 
Target Version2.28.0Fixed in Version2.28.0 
Summary0010027: Switching project on the Update Tag page gives APPLICATION ERROR 200
Description

Switching project on the Update Tag page tag_update_page.php (not sure why anyone would do that, but still) results in:

APPLICATION ERROR 200
A required parameter to this page (tag_id) was not found.

Steps To Reproduce
  1. Click on an attached tag.
  2. Click "Update Tag" button.
  3. Select a different project in the Project selection box.
  4. Observe APPLICATION ERROR 200
TagsNo tags attached.

Activities

dregad

dregad

2025-01-11 11:30

developer   ~0069664

This is reproducible in latest master (a94bae75).

dregad

dregad

2025-01-11 14:28

developer   ~0069671

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

Related Changesets

MantisBT: master 8e81915f

2025-01-07 12:45

dregad


Details Diff
Fix application error in tag_update_page.php

The Update Tag button on tag_view_page.php opens tag_update_page.php
with a POST request, but that's not actually needed.

Switching to a GET, using standard print_link_button() function instead
of custom HTML.

Fixes 0010027
Affected Issues
0010027
mod - tag_view_page.php Diff File