- First commit to issue fork.
- 🇮🇳India KumudB Ahmedabad
Not sure but we can fix with this code,
Modify DraggableListBuilderTrait or override buildRow() in DraggableListBuilder:
public function buildRow(EntityInterface $entity) { $row = parent::buildRow($entity); foreach ($row as $key => $value) { if (!is_array($value)) { $row[$key] = ['#markup' => $value]; } } return $row; }
- 🇺🇸United States smustgrave
This came up as the daily BSI target
Seems the original issue was opened 10 years ago and looking at LanguageListBuilder is this still an issue?
- Status changed to Closed: outdated
about 1 month ago 2:23pm 10 June 2025 - 🇺🇸United States smustgrave
So believe this can be closed, looked in the DraggableListBuilderTrait and see it's using plain_text now.
If still an issue in D11 please re-open.