MantisBT: master 8e81915f

Author Committer Branch Timestamp Parent
dregad dregad master 2025-01-07 12:45 master 89e8edd4
Affected Issues  0010027: Switching project on the Update Tag page gives APPLICATION ERROR 200
Changeset

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

mod - tag_view_page.php Diff File