View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0022905 | mantisbt | code cleanup | public | 2017-05-20 07:23 | 2017-06-04 14:58 | 
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | tweak | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Target Version | 2.5.0 | Fixed in Version | 2.5.0 | ||
| Summary | 0022905: The URL of the return button in breadcrumbs div has a trailing '?' | ||||
| Description | This happens on pages where the return URL is a single page, without query parameters (e.g. my_view_page.php). In that case, the trailing  | ||||
| Tags | No tags attached. | ||||
| MantisBT: master 486e1a7e 2017-05-20 01:57 Details Diff | Only append query string to return URL when not blank The target URL for the 'Login' button in the breadcrumbs div had a trailing '?' due to appending QUERY_STRING even when no query params are defined. Adding a check to only add it when QUERY_STRING is not blank fixes the problem. Fixes 0022905 | Affected Issues 0022905 | |
| mod - core/layout_api.php | Diff File | ||
