Skip to content
Snippets Groups Projects
Commit 066dc9c8 authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !343
parents 1b029028 0287dd39
No related branches found
No related tags found
1 merge request!343Merging develop into main
Pipeline #1344182 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.
Please register or to comment