After assigning my first issue to a user, it appears that the "view issues" page has gone blank.
Any idea why this has happened? I am not filtering anything. It is mantis version 1.1.2
Thanks in advance.
"Vew Issues" page has gone blank
Moderators: Developer, Contributor
Re: "Vew Issues" page has gone blank
After some more playing around, it seems that the view issues page displays no results when the filter is set to assigned by [any]. If I choose one or more assignees from that filter menu, it does display results.
Re: "Vew Issues" page has gone blank
It is a problem with the display of assigned bugs. Can't figure out what exactly is going wrong but setting
$g_show_assigned_names=OFF;
in config.inc.php
will get you bugs showing up again.
$g_show_assigned_names=OFF;
in config.inc.php
will get you bugs showing up again.
Re: "Vew Issues" page has gone blank
Thanks - that did the trick!