Rename helper method
This commit is contained in:
@@ -118,7 +118,7 @@ class Task extends Base
|
|||||||
return $html;
|
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);
|
$attributes = array_merge(array('tabindex="9"'), $attributes);
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
<?= $this->task->selectColumn($columns_list, $values, $errors) ?>
|
<?= $this->task->selectColumn($columns_list, $values, $errors) ?>
|
||||||
<?= $this->task->selectPriority($project, $values) ?>
|
<?= $this->task->selectPriority($project, $values) ?>
|
||||||
<?= $this->task->selectScore($values, $errors) ?>
|
<?= $this->task->selectScore($values, $errors) ?>
|
||||||
<?= $this->task->selectTimeEstimate($values, $errors) ?>
|
<?= $this->task->selectTimeEstimated($values, $errors) ?>
|
||||||
<?= $this->task->selectDueDate($values, $errors) ?>
|
<?= $this->task->selectDueDate($values, $errors) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user