Skip to content
Snippets Groups Projects

#3491046 - Checked if the user can do any action before adding the row to the table

Merged #3491046 - Checked if the user can do any action before adding the row to the table
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -151,7 +151,9 @@ class EntityQueueUIController extends ControllerBase {
];
}
$build['table']['#rows'][$subqueue->id()] = $row;
if (!empty($row['operations']['data']['#links'])) {
$build['table']['#rows'][$subqueue->id()] = $row;
}
}
return $build;
Loading