diff --git a/lib/Service/ColumnTypes/TextLinkBusiness.php b/lib/Service/ColumnTypes/TextLinkBusiness.php index 52560eec5..b3e9c3805 100644 --- a/lib/Service/ColumnTypes/TextLinkBusiness.php +++ b/lib/Service/ColumnTypes/TextLinkBusiness.php @@ -38,7 +38,7 @@ public function parseValue($value, ?Column $column = null): string { return json_encode(json_encode([ 'title' => $data['title'] ?? $data['resourceUrl'], 'value' => $data['resourceUrl'], - 'providerId' => 'url', + 'providerId' => $data['providerId'] ?? 'url', ])); } // at least title and resUrl have to be set