Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa
๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

pemson18 โ†’ created an issue.

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

Refactor Patch add schema and install definition and description fixes

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

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.)

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

Hi, Had this error on drush updb error log...

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

pemson18 โ†’ created an issue.

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

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']
๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

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'

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

vendor/phpstan/phpstan/phpstan.phar
requires >= 8.3
seems like issue with this waz my cmd php v is 8.2

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

rm -rf vendor and contrib modules folder and then composer install back the vendor and contrib modules fixes this issue

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

fixed the link to reroute module

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

Try drush pmu shortcut

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

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
๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia pemson18 South Goa

Pemson18 โ†’ made their first commit to this issueโ€™s fork.

Production build 0.71.5 2024