Open danahertzberg opened 1 year ago
Why the feature request was filed, example use cases, etc.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
modules/custom/az_marketing_cloud/az_marketing_cloud.module
$view_id = \Drupal::routeMatch()->getParameter('view_id'); if (!empty($view_id)) { $previous = $suggestions; $view_id = strtr($view_id, '-', '_'); foreach ($previous as $p) { $suggestions[] = $p . '__' . $view_id; } }
$view_id = \Drupal::routeMatch()->getParameter('view_id');
if (!empty($view_id)) { $previous = $suggestions; $view_id = strtr($view_id, '-', '_'); foreach ($previous as $p) { $suggestions[] = $p . '__' . $view_id; } }
Related: #2600
Motivation
Why the feature request was filed, example use cases, etc.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Proposed Resolution
modules/custom/az_marketing_cloud/az_marketing_cloud.module
modules/custom/az_marketing_cloud/az_marketing_cloud.module
modules/custom/az_marketing_cloud/az_marketing_cloud.module