View Issue Details

IDProjectCategoryView StatusLast Update
0034404mantisbtbugtrackerpublic2024-04-15 19:47
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.26.1 
Target Version2.26.2Fixed in Version2.26.2 
Summary0034404: Proceed button is shown twice when redirecting with pending errors
Description

When print_header_redirect() is handling pending errors, the Proceed button is shown twice, once in html_operation_successful()'s output, and again in a standalone div.

This is a regression introduced by 0033480.

TagsNo tags attached.

Relationships

related to 0033480 closeddregad Blank page when redirecting with print_successful_redirect() 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-2.26 452f0f15

2024-04-15 19:47

dregad


Details Diff
Remove extra "Proceed" button when redirecting

When print_header_redirect() is handling pending errors, the Proceed
button is shown twice, once in html_operation_successful()'s output, and
again in a standalone div.

This is a regression introduced by 5e65518b1ef546ea62b4098bfff9134087caccfb
(issue 0033480), which added the html_operation_successful() call, but
did not remove the existing Proceed button.

Fixes 0034404
Affected Issues
0033480, 0034404
mod - core/print_api.php Diff File