Commit 951b9c37 authored by git's avatar git Committed by Alexander Shumenko
Browse files

Issue #3270098 by edilsonhc, sergey.semchuk: Get warnings on a config_pages...

Issue #3270098 by edilsonhc, sergey.semchuk: Get warnings on a config_pages confirm purge page: Warning: current() expects parameter 1 to be array
parent ba53fd5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ route_callbacks:
  - '\Drupal\config_pages\Routing\ConfigPagesRoutes::routes'

entity.config_pages.clear_confirmation:
  path: '/admin/structure/config_pages/confirmPurge/{config_pages}'
  path: '/admin/structure/config_pages/{config_pages}/confirmPurge'
  defaults:
    _controller: '\Drupal\config_pages\Controller\ConfigPagesController::clearConfirmation'
    _title: 'Purge all config page values'