Pune
Account created on 6 March 2011, over 13 years ago
  • Drupal CiviCRM Developer at Skvare 
#

Merge Requests

Recent comments

🇮🇳India sunilpawar Pune

PATCH is applied and released new version with this drush version restriction until we have working drush civicrm sql functionality.

diff --git a/composer.json b/composer.json
index 8f57813..85d7c74 100644
--- a/composer.json
+++ b/composer.json
@@ -10,6 +10,7 @@
         "source": "https://github.com/skvare/civicrm_drush"
     },
     "require": {
-      "civicrm/civicrm-drupal-8": "*"
+      "civicrm/civicrm-drupal-8": "*",
+      "drush/drush": "^9||^10||^11"
     }
 }
🇮🇳India sunilpawar Pune

Drupal 10 support version already released

🇮🇳India sunilpawar Pune

@Turneight

i am looking for help on this civicrm sql command.
Do you have info about this type issue issue. ?

---

i will modify the composer.json for drush version dependency.

🇮🇳India sunilpawar Pune

Can you try again with new version of this module ?

🇮🇳India sunilpawar Pune

I tried following, and it was working properly.

$ composer require 'drupal/domain:^2.0@beta'
..
..
..
$ composer require 'drupal/domain_login_restrict:^1.2'
./composer.json has been updated
Running composer update drupal/domain_login_restrict
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies                                 
Lock file operations: 2 installs, 0 updates, 0 removals
  - Locking drupal/domain_access (2.0.0-beta1)
  - Locking drupal/domain_login_restrict (1.2.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Downloading drupal/domain_login_restrict (1.2.0)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
  - Installing drupal/domain_access (2.0.0-beta1)
  - Installing drupal/domain_login_restrict (1.2.0): Extracting archive
🇮🇳India sunilpawar Pune

@petr-illek

Do you have PATCH for it ?

🇮🇳India sunilpawar Pune

We are storing the additional setting for the domain in a state like this.

function _domain_login_restrict_config_submit(&$form, FormStateInterface $form_state) {
  \Drupal::state()->set('domain_login_restrict_enabled', $form_state->getValue('domain_login_restrict_enabled'));
  \Drupal::state()->set('domain_login_restrict_assign_domain', $form_state->getValue('domain_login_restrict_assign_domain'));
} 
🇮🇳India sunilpawar Pune

closing task, in case you have issue again, please report.

🇮🇳India sunilpawar Pune

Install CiviCRM before this, as it won't resolve the dependency correctly.

🇮🇳India sunilpawar Pune

Can you test new PATCH?, so i can merge it and release new tag.

Production build 0.69.0 2024