Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Drupal Environment
Commits
62397882
Commit
62397882
authored
1 year ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add patch for Gin
parent
0f76c43c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!171
Merging develop into main
Pipeline
#1202925
passed with warnings
1 year ago
Stage: build
Stage: validate
Stage: release
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
patches/d10-3.json
+2
-1
2 additions, 1 deletion
patches/d10-3.json
patches/d10.json
+2
-1
2 additions, 1 deletion
patches/d10.json
patches/d10/3439988.diff
+13
-0
13 additions, 0 deletions
patches/d10/3439988.diff
patches/d9.json
+2
-1
2 additions, 1 deletion
patches/d9.json
with
19 additions
and
3 deletions
patches/d10-3.json
+
2
−
1
View file @
62397882
...
...
@@ -138,7 +138,8 @@
"#3084395 Daterange basefield"
:
"https://www.drupal.org/files/issues/2022-03-25/3084395-11.patch"
},
"drupal/gin"
:
{
"#3355054 Default value for empty actions"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff"
"#3355054 Default value for empty actions"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff"
,
"#3439988 Sidebar and smalll desktop"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3439988.diff"
},
"drupal/gin_toolbar"
:
{
"#3319445 Permission check"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch"
...
...
This diff is collapsed.
Click to expand it.
patches/d10.json
+
2
−
1
View file @
62397882
...
...
@@ -131,7 +131,8 @@
"#3084395 Daterange basefield"
:
"https://www.drupal.org/files/issues/2022-03-25/3084395-11.patch"
},
"drupal/gin"
:
{
"#3355054 Default value for empty actions"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff"
"#3355054 Default value for empty actions"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff"
,
"#3439988 Sidebar and smalll desktop"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3439988.diff"
},
"drupal/gin_toolbar"
:
{
"#3319445 Permission check"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch"
...
...
This diff is collapsed.
Click to expand it.
patches/d10/3439988.diff
0 → 100644
+
13
−
0
View file @
62397882
diff --git a/js/navigation/sidebar.js b/js/navigation/sidebar.js
index c8c699b01e12199487bb82f4ea930be2fb700e55..3f830c738a43bad1b20e2ad19ba1567d3663beb4 100644
--- a/js/navigation/sidebar.js
+++ b/js/navigation/sidebar.js
@@ -110,7 +110,7 @@
// Gin Custom start ---------------------
if (toState === true && window.innerWidth < breakpointLarge) {
- Drupal.ginSidebar.collapseSidebar();
+ Drupal.ginSidebar?.collapseSidebar();
}
// Gin Custom end ------------------------
}
This diff is collapsed.
Click to expand it.
patches/d9.json
+
2
−
1
View file @
62397882
...
...
@@ -142,7 +142,8 @@
"#3392567 Fix href"
:
"https://git.drupalcode.org/project/fullcalendar_view/-/merge_requests/58.diff"
},
"drupal/gin"
:
{
"#3355054 Default value for empty actions"
:
"https://git.drupalcode.org/project/gin/-/merge_requests/246.diff"
"#3355054 Default value for empty actions"
:
"https://git.drupalcode.org/project/gin/-/merge_requests/246.diff"
,
"#3439988 Sidebar and smalll desktop"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3439988.diff"
},
"drupal/gin_toolbar"
:
{
"#3319445 Permission check"
:
"https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch"
...
...
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