Skip to content
Snippets Groups Projects

Issue #3272475: Remove support for obsolete versions of Drupal

Merged Liam Morland requested to merge issue/fillpdf-3272475:3272475-remove-support-for into 5.0.x
6 files
+ 11
29
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -19,8 +19,8 @@ abstract class FillPdfFormConfirmFormBase extends ContentEntityConfirmFormBase {
// @todo This is a workaround by webform for Core issue #2582295
// "Confirmation cancel links are incorrect if installed in a subdirectory".
// Remove after a fix landed there.
// See: https://www.drupal.org/project/drupal/issues/2582295
// See: https://www.drupal.org/project/webform/issues/2899166
// @see https://www.drupal.org/project/drupal/issues/2582295
// @see https://www.drupal.org/project/webform/issues/2899166
$request = $this->getRequest();
$destination = $request->query->get('destination');
if ($destination) {
Loading