Skip to content

Commit

Permalink
#1039: Added base_url variable to maestro notification twig
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Mar 27, 2024
1 parent 3f760d3 commit c64a39b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/os2forms_forloeb/src/MaestroHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use Drupal\Core\Logger\LoggerChannelInterface;
use Drupal\Core\Mail\MailManagerInterface;
use Drupal\Core\Render\Markup;
use Drupal\Core\Site\Settings;
use Drupal\Core\Url;
use Drupal\entity_print\Plugin\EntityPrintPluginManagerInterface;
use Drupal\maestro\Engine\MaestroEngine;
Expand Down Expand Up @@ -615,6 +616,7 @@ private function renderHtml(
'action_label' => $actionLabel,
'webform_submission' => $submission,
'handler' => $this,
'base_url' => Settings::get('base_url')
],
];

Expand Down

0 comments on commit c64a39b

Please sign in to comment.