diff --git a/modules/backend/widgets/Lists.php b/modules/backend/widgets/Lists.php index f612b4b94..c19f52522 100644 --- a/modules/backend/widgets/Lists.php +++ b/modules/backend/widgets/Lists.php @@ -1164,7 +1164,13 @@ class Lists extends WidgetBase return Backend::dateTime($dateTime, $options); } - + /** + * Process as background color, to be seen at list + */ + protected function evalColorPickerTypeValue($record, $column, $value) + { + return ''; + } /** * Validates a column type as a date */