Skip to content
Snippets Groups Projects
Commit 3f3ef147 authored by Youri van Koppen's avatar Youri van Koppen
Browse files

Do not include a destination link for the 'View entries' link as it can cause...

Do not include a destination link for the 'View entries' link as it can cause ux issues when using the filter form.
parent 1373c949
No related branches found
Tags 1.0.9
No related merge requests found
......@@ -20,7 +20,7 @@ class LogListBuilder extends EntityListBuilder {
$operations['view'] = [
'title' => $this->t('View entries'),
'weight' => 1,
'url' => $this->ensureDestination($entity->toUrl()),
'url' => $entity->toUrl(),
];
return $operations;
}
......
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