๐Ÿ‡ฎ๐Ÿ‡ณIndia @souvik_banerjee

Account created on 19 January 2023, almost 2 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

I also had this issue while syncing content and configuration from one site to another. I recreated the contents after deleting them and it worked fine. Luckily I did not have many content, so it worked out.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

@dbielke1986 You cannot have two different books in core and contrib, only one will be activated even if you try. If you have added Book in contrib then drupal will recognise that contrib module only, else it would recognise the core module.

If you have already installed contrib version via composer then there will not be any configuration loss as I understand the machine name remains valid and hence the configuration is safe with it.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

The way I did is:
1. Move your current Drupal version to 10.3.0, in this version, the book module becomes deprecated in the core.
2. Add the book module in the contrib via composer, command given in https://www.drupal.org/project/book โ†’
3. Upgrade your Drupal to Drupal 11.

This ensures legacy data is preserved.
As you already have Drupal version 10.3.2, then you can proceed from second point.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi! I have solved the errors given by phpcs, please review

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi, I have added code so that anonymous users are redirected to the login page when they try to cast their vote.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi, while tesing the code, I found out it works when the workflows module is installed and set up but gives no result when workflow is not set up. I am adding a patch here which fixes this issue.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi, I have added code to cache the results stored in table.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi! I have added a checkbox for giving option to generate csv file and based on that on search will generate csv file.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi I have added the feature requested here.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

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

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi @kriboogh I have tested your code, and it is working for the latest versions.

๐Ÿ‡ฎ๐Ÿ‡ณIndia souvik_banerjee

Hi @Shubam_jain, I tested your code, you have changed use statement from Drupal\Core\Password\PhpPassword to Drupal\phpass\Password\PhpassHashedPassword. I have tested that, but it still gives the same error when installed.

Production build 0.71.5 2024