* Remove review param after todo.
This commit is contained in:
@@ -822,6 +822,10 @@ class blockModel extends model
|
||||
$params->todoCount['default'] = 20;
|
||||
$params->todoCount['control'] = 'input';
|
||||
|
||||
$params->reviewCount['name'] = $this->lang->block->reviewCount;
|
||||
$params->reviewCount['default'] = 20;
|
||||
$params->reviewCount['control'] = 'input';
|
||||
|
||||
$params->taskCount['name'] = $this->lang->block->taskCount;
|
||||
$params->taskCount['default'] = 20;
|
||||
$params->taskCount['control'] = 'input';
|
||||
@@ -862,10 +866,6 @@ class blockModel extends model
|
||||
$params->storyCount['default'] = 20;
|
||||
$params->storyCount['control'] = 'input';
|
||||
|
||||
$params->reviewCount['name'] = $this->lang->block->reviewCount;
|
||||
$params->reviewCount['default'] = 20;
|
||||
$params->reviewCount['control'] = 'input';
|
||||
|
||||
return json_encode($params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user