Closed (duplicate)
Project:
Charts
Version:
8.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2020 at 14:01 UTC
Updated:
18 Feb 2020 at 06:54 UTC
Jump to comment: Most recent
When having disabled Views UI I got when visiting /admin/config/content/charts
Workaround is to enable Views UI
The website encountered an unexpected error. Please try again later.
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "views_ui.add" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 208 of core/lib/Drupal/Core/Routing/RouteProvider.php).
Drupal\Core\Routing\UrlGenerator->getRoute('views_ui.add') (Line: 271)This is caused by web/modules/contrib/charts/src/Form/ChartsConfigForm.php:70
'#markup' => $this->t('The settings on this page are used to set
<strong>default</strong> settings. They do not affect existing charts.
To make a new chart, <a href="@create">create a new view</a> and select
the display format of "Chart".', [
'@create' => Url::fromRoute('views_ui.add')
->toString(),
]),
Comments
Comment #2
clemens.tolboomAdded workaround
Comment #3
clemens.tolboom