icurk โ made their first commit to this issueโs fork.
Adding amends for calling deprecated method isMasterRequest().
The code was not drupal 10 ready because of the way how the .once() method was used. I fixed this in this patch.
Updating info file and some twig files to be Drupal 10 ready.
Patch where I have updated the version in the .info file.
Changing requirement for drupal core in the composer.json file and adding accessCheck(TRUE) to entity query call.
Adding amends to domain_group.info file.
Patch fixing the deprecated code.
Fixing some issues with the patch file.
Just uploading a patch where I've removed the comments form my IDE.
There is an additional drupal 10 compatibility issue. Entityqueries needs to have access check defined in their calls. Here is a patch that fixes that.
Adding updates to the module's info file.
Removing some info about the IDE from the patch file.
Adding patch for missing updates to the module's info file.
In Drupal 10, accessCheck() method is required in entityQuery calls. Here is a patch that adds the required method to the entityQuery call.
icurk โ created an issue.