Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
examples
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
examples
Merge requests
!35
#3417511
: Fix errors reported by eslint on the Stream Wrapper example module.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
#3417511
: Fix errors reported by eslint on the Stream Wrapper example module.
issue/examples-3417511:3417511-pass-eslint-validations
into
4.0.x
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
#3417511: Fix errors reported by eslint on the Stream Wrapper example module.
Jose Luis Bellido Rojas
requested to merge
issue/examples-3417511:3417511-pass-eslint-validations
into
4.0.x
Jan 28, 2024
Overview
0
Commits
2
Pipelines
4
Changes
1
Closes
#3417511
0
0
Merge request reports
Compare
4.0.x
version 1
5ab886ed
Jan 28, 2024
4.0.x (base)
and
latest version
latest version
990e1057
2 commits,
Jul 1, 2024
version 1
5ab886ed
1 commit,
Jan 28, 2024
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/stream_wrapper_example/stream_wrapper_example.routing.yml
+
1
−
0
View file @ 990e1057
Edit in single-file editor
Open in Web IDE
Show full file
@@ -36,6 +36,7 @@ stream_wrapper_example.files.session:
_controller
:
'
\Drupal\system\FileDownloadController::download'
scheme
:
session
requirements
:
# Permissive regex to allow slashes in filepath see
# http://symfony.com/doc/current/cookbook/routing/slash_in_parameter.html
filepath
:
.+
Loading