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

Add patch to webform_content_creator

parent 959ede6c
No related branches found
No related tags found
1 merge request!343Merging develop into main
Pipeline #1344173 passed
......@@ -249,6 +249,9 @@
"drupal/views_tree": {
"#3344199 Add event just once": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3344199.diff"
},
"drupal/webform_content_creator": {
"#3484892 Permission": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3484892.diff"
},
"drupal/workflow": {
"#2948377 Do not hide widget when having only one option": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/show-widget-2948377-2.patch"
},
......
diff --git a/src/Entity/WebformContentCreatorEntity.php b/src/Entity/WebformContentCreatorEntity.php
index 0934ac064f98e8b06e3907182c9a2dfb29c1dfc4..1c752f74a25ead1b426469f082008d0e9f822844 100644
--- a/src/Entity/WebformContentCreatorEntity.php
+++ b/src/Entity/WebformContentCreatorEntity.php
@@ -32,7 +32,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
* }
* },
* config_prefix = "webform_content_creator",
- * admin_permission = "administer site configuration",
+ * admin_permission = "access webform content creator configuration",
* entity_keys = {
* "id" = "id",
* "title" = "title",
......@@ -246,6 +246,9 @@
"drupal/views_tree": {
"#3344199 Add event just once": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3344199.diff"
},
"drupal/webform_content_creator": {
"#3484892 Permission": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3484892.diff"
},
"drupal/workflow": {
"#2948377 Do not hide widget when having only one option": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/show-widget-2948377-2.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