Closed (fixed)
Project:
Commerce guest registration
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2021 at 16:54 UTC
Updated:
22 Apr 2022 at 07:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dubs commentedPatch :-)
Comment #3
vood002 commentedThanks for this. Working great for me.
Comment #4
skyredwangIt also works for me on D9.
Comment #5
skyredwangJust a small improvement. I updated the helper text to this one below, to make sure people understand the complication.
Comment #6
skyredwangForgot to add new files in the previous patch file
Comment #7
lexsoft commentedThe #2 patch works for me. I can't upgrade to Drupal 9 from Drupal 8 without removing the module from composer and re-adding it after.
Plus 1 to get this committed!
Comment #8
lexsoft commentedThere is a bug on the config form:
Where it should be:
Re-roll of patch #6 with the fix above and applied coding standards and best practices.
I believe we can commit this and release a 2.0.0 version of the module for Drupal 9.
Comment #10
socialnicheguru commentedI am trying to pull your MR version via composer.json to do a test but I keep getting an error:
composer 2.25
Problem 1
- Root composer.json requires drupal/commerce_guest_registration dev-custom#b4481e7a207cee63b0da9b33105891907f19db6f, it is satisfiable by drupal/commerce_guest_registration[dev-custom] from package repo (defining 1 package) but drupal/commerce_guest_registration[dev-1.x, 1.0.0, 1.x-dev (alias of dev-1.x)] from composer repo (https://packages.drupal.org/8) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
I added
"canonical": false,as shown below.and the repositories:
Comment #11
arunkumark