Skip to content
Snippets Groups Projects
Unverified Commit c910d64a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3034254 by TR, alexpott, naveenvalecha: Remove @todo in ViewListBuilder

(cherry picked from commit a1f4e9f0)
parent 23359f33
No related branches found
No related tags found
No related merge requests found
...@@ -235,8 +235,6 @@ public function render() { ...@@ -235,8 +235,6 @@ public function render() {
$list[$status]['table']['#rows'][$entity->id()] = $this->buildRow($entity); $list[$status]['table']['#rows'][$entity->id()] = $this->buildRow($entity);
} }
} }
// @todo Use a placeholder for the entity label if this is abstracted to
// other entity types.
$list['enabled']['table']['#empty'] = $this->t('There are no enabled views.'); $list['enabled']['table']['#empty'] = $this->t('There are no enabled views.');
$list['disabled']['table']['#empty'] = $this->t('There are no disabled views.'); $list['disabled']['table']['#empty'] = $this->t('There are no disabled views.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment