Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3495495
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3495495
Commits
6418a1c5
Commit
6418a1c5
authored
8 years ago
by
catch
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2771733
by joelpittet: Remove _no_big_pipe: TRUE @todo
parent
32fa9448
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/big_pipe/big_pipe.module
+1
-2
1 addition, 2 deletions
core/modules/big_pipe/big_pipe.module
core/modules/system/system.routing.yml
+0
-2
0 additions, 2 deletions
core/modules/system/system.routing.yml
with
1 addition
and
4 deletions
core/modules/big_pipe/big_pipe.module
+
1
−
2
View file @
6418a1c5
...
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
core/modules/system/system.routing.yml
+
0
−
2
View file @
6418a1c5
...
...
@@ -452,8 +452,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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment