Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c779a82a
Commit
c779a82a
authored
Jan 11, 2017
by
catch
Browse files
Issue
#2771733
by xjm, Wim Leers, joelpittet: Remove _no_big_pipe: TRUE @todo
parent
c021387c
Changes
2
Show whitespace changes
Inline
Side-by-side
core/modules/big_pipe/big_pipe.module
View file @
c779a82a
...
...
@@ -58,8 +58,7 @@ function big_pipe_page_attachments(array &$page) {
'#noscript'
=>
TRUE
,
'#attributes'
=>
[
'http-equiv'
=>
'Refresh'
,
// @todo: Switch to Url::fromRoute() once https://www.drupal.org/node/2589967 is resolved.
'content'
=>
'0; URL='
.
Url
::
fromUri
(
'internal:/big_pipe/no-js'
,
[
'query'
=>
\
Drupal
::
service
(
'redirect.destination'
)
->
getAsArray
()])
->
toString
(),
'content'
=>
'0; URL='
.
Url
::
fromRoute
(
'big_pipe.nojs'
,
[],
[
'query'
=>
\
Drupal
::
service
(
'redirect.destination'
)
->
getAsArray
()])
->
toString
(),
],
],
'big_pipe_detect_nojs'
,
...
...
core/modules/system/system.routing.yml
View file @
c779a82a
...
...
@@ -460,8 +460,6 @@ system.batch_page.html:
_format
:
'
html'
options
:
_admin_route
:
TRUE
# @todo Remove the '_no_big_pipe' route option when https://www.drupal.org/node/2589967 lands.
_no_big_pipe
:
TRUE
system.batch_page.json
:
path
:
'
/batch'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment