Skip to content

Commit

Permalink
Show board for a user even when no product selected
Browse files Browse the repository at this point in the history
This will viewing all bugs assigned to that user across all products.
  • Loading branch information
leif81 committed Sep 30, 2015
1 parent 1f8d5ea commit b21c21c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
loadProductsList();
if (bzProduct != null) {
loadMilestonesList();
}

if (bzProduct != null || bzAssignedTo != null) {
loadBoard();
}
}
Expand Down

0 comments on commit b21c21c

Please sign in to comment.