Show the color dropdown when creating a new automatic action
Fixes #4443
This commit is contained in:
@@ -108,9 +108,7 @@ class TaskHelper extends Base
|
||||
|
||||
public function renderColorField(array $values)
|
||||
{
|
||||
$colors = $this->colorModel->getList();
|
||||
$html = $this->helper->form->label(t('Color'), 'color_id');
|
||||
$html .= $this->helper->form->select('color_id', $colors, $values, array(), array('tabindex="4"'), 'color-picker');
|
||||
$html = $this->helper->form->colorSelect('color_id', $values);
|
||||
return $html;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user