* complete task #248:modify todo end date.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
$config->todo->create->requiredFields = 'name';
|
||||
$config->todo->edit->requiredFields = 'name';
|
||||
$config->todo->dates->end = 3;
|
||||
|
||||
@@ -50,7 +50,7 @@ class todo extends control
|
||||
|
||||
$this->view->header = $header;
|
||||
$this->view->position = $position;
|
||||
$this->view->dates = $this->todo->buildDateList(0, 3);
|
||||
$this->view->dates = $this->todo->buildDateList(0, $this->config->todo->dates->end);
|
||||
$this->view->date = $date;
|
||||
$this->view->times = $this->todo->buildTimeList();
|
||||
$this->view->time = $this->todo->now();
|
||||
|
||||
Reference in New Issue
Block a user