diff --git a/module/my/view/blockproducts.html.php b/module/my/view/blockproducts.html.php index 67c7894c79..6bfcb1b56f 100644 --- a/module/my/view/blockproducts.html.php +++ b/module/my/view/blockproducts.html.php @@ -17,15 +17,14 @@
product->name;?> |
- story->statusList['active'] . $lang->story->common;?> | -story->statusList['changed'] . $lang->story->common;?> | -story->statusList['draft'] . $lang->story->common;?> | -story->statusList['closed'] . $lang->story->common;?> | +story->statusList['active'];?> | +story->statusList['changed'];?> | +story->statusList['draft'];?> | +story->statusList['closed'];?> | product->plans;?> | product->releases;?> | product->bugs;?> | -bug->unResolved;?> | -bug->assignToNull;?> | +bug->unResolved;?> |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| releases?> | bugs?> | unResolved?> | -assignToNull?> |