Skip to content
Snippets Groups Projects
Commit 62397882 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add patch for Gin

parent 0f76c43c
No related branches found
No related tags found
1 merge request!171Merging develop into main
Pipeline #1202925 passed with warnings
......@@ -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"
......
......@@ -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"
......
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 ------------------------
}
......@@ -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"
......
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