View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033480 | mantisbt | bugtracker | public | 2024-01-03 12:02 | 2024-04-15 19:47 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.26.0 | ||||
Target Version | 2.26.1 | Fixed in Version | 2.26.1 | ||
Summary | 0033480: Blank page when redirecting with print_successful_redirect() | ||||
Description | Following implementation of 0005189 in 2.26.0, when | ||||
Tags | No tags attached. | ||||
MantisBT: master-2.26 90df6dde 2024-01-04 08:37 Details Diff |
Show delayed inline errors from print_header_redirect() Following the deprecation of print_successful_redirect() function in issue 0005189, calling it shows a blank page when $g_stop_on_errors = ON and $g_display_errors[E_USER_DEPRECATED] = DISPLAY_ERROR_INLINE because Mantis does not complete the redirection due to presence of a handled error. print_header_redirect() now displays a basic "proceed" page, with redirection enabled only when $g_stop_on_errors = ON, allowing any delayed inline error messages to be shown. Fixes 0033480 |
Affected Issues 0005189, 0033480 |
|
mod - core/print_api.php | Diff File | ||
MantisBT: master-2.26 5e65518b 2024-01-24 17:35 Details Diff |
Display a message with the Proceed button When delayed inline error messages are displayed on a page with a redirection, call html_operation_successful() to inform the user that the operation completed successfully despite the errors. Issue 0033480 |
Affected Issues 0033480 |
|
mod - core/print_api.php | Diff File | ||
MantisBT: master-2.26 452f0f15 2024-04-15 19:47 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 |