Issue #3342164: Remove implicit dependency on node module for gin content form
2 unresolved threads
Merge request reports
Activity
12 12 include $file; 13 13 } 14 14 15 /** 16 * Implements hook_theme(). 17 */ 18 function gin_theme() { This would need to be moved to https://git.drupalcode.org/project/gin/-/blob/8.x-3.x/includes/theme.theme#L14
changed this line in version 2 of the diff
12 12 include $file; 13 13 } 14 14 15 /** 16 * Implements hook_theme(). 17 */ 18 function gin_theme() { 19 20 // Register node edit form template if node module is not enabled. 21 $themes = []; 22 if (!\Drupal::moduleHandler()->moduleExists('node')){ changed this line in version 2 of the diff
added 301 commits
-
dc8dfb07...b981a6d5 - 199 commits from branch
project:8.x-3.x
- b981a6d5...d8d2295a - 92 earlier commits
- c4ffa4a7 - Issue #3495161 by jwilson3: Improve SVG Image Field - Media Library integration
- 1807baee - Issue #3440148 by paul121, jurgenhaas, saschaeggi: Remove hardcoding #group for the status field
- 70c62c4d - Resolve #3495024 "Make top bar"
- bcbc869b - PHPCS fixes
- 46449547 - Drupal 11.2.x fixesclear
- 8c3f4178 - Update GinTest
- 5a583500 - Issue #3495288 by jurgenhaas: Clean-up composer constraint for gin_toolbar
- 6fbf882b - Issue #3496235 by smustgrave, jurgenhaas, saschaeggi: Media edit form not using sidebar
- 549780b2 - Fix check for status
- 782f1a7d - Register node edit form template if node module is not enabled
Toggle commit list-
dc8dfb07...b981a6d5 - 199 commits from branch
Thanks @saschaeggi , simple changes. I had to open a new MR !563 to target the 4.0.x branch
Please register or sign in to reply