From 4ea0e404e15f43f698830296c76c960acdb03dfe Mon Sep 17 00:00:00 2001 From: wumo Date: Wed, 14 Mar 2018 16:17:23 +0800 Subject: [PATCH] * Display empty when delete product line * Default assigned to the task creator when completed --- module/product/view/all.html.php | 2 +- module/task/view/finish.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/product/view/all.html.php b/module/product/view/all.html.php index 4c96ad190a..2c2bc5ad2e 100644 --- a/module/product/view/all.html.php +++ b/module/product/view/all.html.php @@ -89,7 +89,7 @@ createLink('product', 'view', 'product=' . $product->id), sprintf('%03d', $product->id));?> createLink('product', 'view', 'product=' . $product->id), $product->name);?> - line);?> + line, '');?> stories['active']?> stories['changed']?> stories['draft']?> diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php index 74f5736fdc..78a30bf7ff 100644 --- a/module/task/view/finish.html.php +++ b/module/task/view/finish.html.php @@ -38,7 +38,7 @@ team) ? $lang->task->assign : $lang->task->transferTo;?> - nextBy, "class='form-control chosen'");?> + openedBy, "class='form-control chosen'");?> task->finishedDate;?>