pemson18 โ created an issue.
Refactor Patch add schema and install definition and description fixes
pemson18 โ created an issue. See original summary โ .
goto the route admin/structure/webform/manage/{webform_name}/settings/form
Form access denied settings
check the option - Login (Redirects to user login form and displays message. Field, nodes, and block only display the message.)
pemson18 โ created an issue. See original summary โ .
Hi, Had this error on drush updb error log...
pemson18 โ created an issue.
Note : The correct arguments passed in the services.yml in the custom or contrib module to the session limit should be 9 if you have a custom services decorator...
arguments: ['@database', '@event_dispatcher', '@current_route_match', '@current_user', '@session_manager', '@module_handler', '@config.factory', '@messenger', '@logger.factory']
pemson18 โ created an issue.
pemson18 โ created an issue.
This is now fixed in the latest webform v6.2.7. doesn't require the patch. in your custom code 'category' needs to be replace to 'categories'
pemson18 โ created an issue.
vendor/phpstan/phpstan/phpstan.phar
requires >= 8.3
seems like issue with this waz my cmd php v is 8.2
Pemson18 โ created an issue.
Pemson18 โ created an issue.
rm -rf vendor and contrib modules folder and then composer install back the vendor and contrib modules fixes this issue
I had to create a menu in the drupal admin backend ui and place it using the block layout admin section and then export it and in the menu link update the menu links for the menu in update hook. so its a mixture of ui config + update code not pure code.
Pemson18 โ created an issue.
Pemson18 โ created an issue.
Pemson18 โ created an issue.
Pemson18 โ created an issue.
Try drush pmu shortcut
change uuid of config file shortcut.set.default.yml in your config dir to the current site uuid and then config import
To get current system site uuid
drush config-get "system.site" uuid
The CKEditor 4 still exists in the core extension and dependency is not yet transferred.
you can do composer require 'drupal/ckeditor:^1.0' to keep CKEditor
or change all CKEditor4 dependent config to ckeditor5 after enabling ckeditor5.
see https://www.drupal.org/project/drupal/issues/3130912 ๐ Incorrect Cache-Control headers for authenticated users Postponed
Pemson18 โ made their first commit to this issueโs fork.
Pemson18 โ created an issue.