Skip to content
Snippets Groups Projects
Commit 633282c2 authored by catch's avatar catch
Browse files

Issue #2230921 by nod_: Regression: 'Back to site' button forgets last...

Issue #2230921 by nod_: Regression: 'Back to site' button forgets last non-admin page after visiting 'block region demo'.
parent 3b3ba275
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -36,7 +36,7 @@ public function demo($theme) {
// page by path_is_admin() function in order to use the frontend
// theme. Since JavaScript relies on a proper separation of admin
// pages, it needs to know this is an actual administrative page.
'data' => array('currentPathIsAdmin' => TRUE),
'data' => array('path' => array('currentPathIsAdmin' => TRUE)),
'type' => 'setting',
)
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment