View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035322 | mantisbt | html | public | 2025-02-17 11:44 | 2025-03-01 18:40 |
Reporter | raspopov | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Microsoft | OS | Windows Server | OS Version | 2022 |
Product Version | 2.27.0 | ||||
Target Version | 2.27.1 | Fixed in Version | 2.27.1 | ||
Summary | 0035322: Incorrect absolute URL in the tab menu | ||||
Description | When the | ||||
Steps To Reproduce | Open | ||||
Additional Information | In print_menu() there seems to be a wrong if. | ||||
Tags | No tags attached. | ||||
PR: https://github.com/mantisbt/mantisbt/pull/2099 And of course all the tests failed with some unknown error... How it looks to me: |
|
Hmmm. Pretty sloppy testing on my end when I "fixed" 0032557... |
|
MantisBT: master-2.27 aeaf1e1d 2025-02-17 11:49 Committer: dregad Details Diff |
Fix generation of incorrect absolute URL A wrong `if` in the print_menu(). Add HtmlApiTest. Fixes 0035322 Cherry picked from commit f8b1bc9738017ed5833ea9f501704ae40a25e76f, without the new HtmlAPiTest.php unit test, which leverage namespacing that is only present in the master branch. Signed-off-by: Damien Regad <dregad@mantisbt.org> |
Affected Issues 0035322 |
|
mod - core/html_api.php | Diff File | ||
add - tests/Mantis/HtmlApiTest.php | Diff File | ||
MantisBT: master 6d322671 2025-02-17 11:49 Committer: dregad Details Diff |
Fix generation of incorrect absolute URL A wrong `if` in the print_menu(). Add HtmlApiTest. Fixes 0035322 |
Affected Issues 0035322 |
|
mod - core/html_api.php | Diff File | ||
add - tests/Mantis/HtmlApiTest.php | Diff File | ||
MantisBT: master-2.27 a498179e 2025-02-21 18:49 Details Diff |
Remove HtmlApiTest.php Messed up the cherry-pick :-/ Partial revert of commit aeaf1e1d360c3dcb1e2a82434178e3c3c488be6d. Issue 0035322 |
Affected Issues 0035322 |
|
rm - tests/Mantis/HtmlApiTest.php | Diff |