diff --git a/module/my/view/project.html.php b/module/my/view/project.html.php index 142af55427..18297bb128 100644 --- a/module/my/view/project.html.php +++ b/module/my/view/project.html.php @@ -41,7 +41,7 @@ name);?> begin;?> end;?> - project->statusList[$project->status];?> + project->statusList[$project->status];?> role;?> join;?> hours;?> diff --git a/module/my/view/story.html.php b/module/my/view/story.html.php index c1687a9e04..6822988a69 100644 --- a/module/my/view/story.html.php +++ b/module/my/view/story.html.php @@ -58,7 +58,7 @@ planTitle;?> openedBy];?> estimate;?> - story->statusList[$story->status];?> + story->statusList[$story->status];?> story->stageList[$story->stage];?> consumed;?> left;?> '>deadline, 0, 4) > 0) echo $task->deadline;?> - task->statusList[$task->status];?> + task->statusList[$task->status];?> openedBy];?>
'>
- +
id}&type=story&orderBy=%s"; ?> diff --git a/module/project/view/task.html.php b/module/project/view/task.html.php index 71b8b9b1f0..9fb588b505 100644 --- a/module/project/view/task.html.php +++ b/module/project/view/task.html.php @@ -161,7 +161,7 @@ /* Batch assign. */ if($canBatchAssignTo) { - $withSearch = count($memberPairs) > 4; + $withSearch = count($memberPairs) > 10; $actionLink = $this->createLink('task', 'batchAssignTo', "projectID=$projectID"); echo html::select('assignedTo', $memberPairs, '', 'class="hidden"'); echo "