diff --git a/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php b/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php index 72fa2f50053ee8376648ca00f953b7d9ee8945dc..42b6cb260a3b454aec82e3068f717df335dc8a10 100644 --- a/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php +++ b/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php @@ -1252,7 +1252,7 @@ class DatabaseRecordList } $tagAttributes = [ - 'class' => ['t3js-entity'], + 'class' => [], 'data-table' => $table, 'title' => 'id=' . $row['uid'], ]; @@ -1276,6 +1276,9 @@ class DatabaseRecordList if (!empty($row['_CSSCLASS'])) { $tagAttributes['class'] = [$row['_CSSCLASS']]; } + + $tagAttributes['class'][] = 't3js-entity'; + // Incr. counter. $this->counter++; // The icon with link