- First commit to issue fork.
- @realityloop opened merge request.
- 🇦🇺Australia realityloop
I needed this for use with the ip_login module, to install add the following exclude to your main composer file:
"repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/field_ipaddress" ] }, "drupal/field_ipaddress": { "type": "git", "url": "https://git.drupalcode.org/issue/field_ipaddress-3297203.git" } },
Then execute the following in your project root.
composer require 'drupal/ip_login:^4.0@alpha' drupal/field_ipaddress:dev-3297203-automated-drupal-10
- 🇮🇳India dineshkumarbollu
Hi
I Reviewed the MR!2 looks fine removed all D10 compatible issues. I am attaching D10 report.
Thanks
- Status changed to Fixed
over 1 year ago 9:07am 10 July 2023 - 🇬🇷Greece hexblot
Pushed changes and closing, thanks to all for testing / suggesting alternatives while fixing!
Automatically closed - issue fixed for 2 weeks with no activity.