Rename helper method
This commit is contained in:
parent
3eec6b72e6
commit
e81fa0ebd2
|
|
@ -118,7 +118,7 @@ class Task extends Base
|
|||
return $html;
|
||||
}
|
||||
|
||||
public function selectTimeEstimate(array $values, array $errors = array(), array $attributes = array())
|
||||
public function selectTimeEstimated(array $values, array $errors = array(), array $attributes = array())
|
||||
{
|
||||
$attributes = array_merge(array('tabindex="9"'), $attributes);
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
<?= $this->task->selectColumn($columns_list, $values, $errors) ?>
|
||||
<?= $this->task->selectPriority($project, $values) ?>
|
||||
<?= $this->task->selectScore($values, $errors) ?>
|
||||
<?= $this->task->selectTimeEstimate($values, $errors) ?>
|
||||
<?= $this->task->selectTimeEstimated($values, $errors) ?>
|
||||
<?= $this->task->selectDueDate($values, $errors) ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue