I checked out the fix for issue 3590, and there seems to be a problem. The code is in execSetResults.php, at line 470 (and 477) the variable will always be set to a numeric value (intval or 0), so the next condition at line 472 (and 479) will always be false.
When I look at the link in the result matrix report, the build_id shows a valid value (i.e. 149), but when I click on the link, I get a "Build is closed" page. However, if I change the lines 470 (and 477) to replace 0 with 'null', it works fine.
Problem with fix for issue 3590
Moderators: Amaradana, TurboPT, TL Developers
Re: Problem with fix for issue 3590
please open issue on mantis, because dev team checks mantis more frequentely that forum