-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'convert-site-recipe' of github.com:frees-au/ce into con…
…vert-site-recipe
- Loading branch information
Showing
5 changed files
with
164 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#!/bin/bash | ||
|
||
ddev drush site:install minimal --yes | ||
ddev drush config:set system.site uuid '67893125-a67c-49fe-ab82-c1e0fd0dc8f9' --yes | ||
ddev drush config:import --yes | ||
# Install the site directly from the config. | ||
ddev drush si minimal --existing-config -y | ||
|
||
# Install additional functionality which is not part of the captured config. | ||
ddev drush pm:install fs_test default_content --yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/Commands/WebformSanitizeSubmissionsCommands.php b/src/Commands/WebformSanitizeSubmissionsCommands.php | ||
index 0db7d1bff..d8aca13e2 100644 | ||
--- a/src/Commands/WebformSanitizeSubmissionsCommands.php | ||
+++ b/src/Commands/WebformSanitizeSubmissionsCommands.php | ||
@@ -7,7 +7,7 @@ use Drupal\Core\Database\Connection; | ||
use Drupal\Core\Entity\EntityTypeManagerInterface; | ||
use Drupal\Core\Extension\ModuleHandlerInterface; | ||
use Drush\Commands\DrushCommands; | ||
-use Drush\Drupal\Commands\sql\SanitizePluginInterface; | ||
+use Drush\Commands\sql\sanitize\SanitizePluginInterface; | ||
use Symfony\Component\Console\Input\InputInterface; | ||
|
||
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"_hash": "ea346eeeedcaab70908859ee2839e9cf92cd26ba1f3d73731e887dfb6c56fb56", | ||
"patches": { | ||
"drupal/webform": [ | ||
{ | ||
"package": "drupal/webform", | ||
"description": "[#3345590] Drush 12 moved the namespace", | ||
"url": "./config/patches/webform_3345590_3.patch", | ||
"sha256": "5742d76928b8b2ddcd4a3acdda52661f03b40207a9afd2835fd7ccd711bd9ca9", | ||
"depth": 1, | ||
"extra": { | ||
"provenance": "root" | ||
} | ||
} | ||
] | ||
} | ||
} |