Merge pull request #5355 from nextcloud/backport/5354/stable28
This commit is contained in:
@@ -332,7 +332,7 @@ class TrelloJsonService extends ABoardImportService {
|
|||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function translateColor(string $color): string {
|
private function translateColor(?string $color): string {
|
||||||
switch ($color) {
|
switch ($color) {
|
||||||
case 'red':
|
case 'red':
|
||||||
return 'ff0000';
|
return 'ff0000';
|
||||||
|
|||||||
Reference in New Issue
Block a user