Closed (fixed)
Project:
Drupal.org username field
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2023 at 19:10 UTC
Updated:
6 Nov 2023 at 13:24 UTC
Jump to comment: Most recent
Comments
Comment #2
abhishek_gupta1 commented@hussainweb, as per your point, I tried to install module in Drupal 10. I didn't get any such type error. its proper installed.
Comment #3
hussainweb@abhishek_virasat, did you try recently or are you saying that you were able to install this before I created this issue? I have already fixed this issue but for some reason, the commit doesn't appear here.
If you tried it recently, try installing the 1.x version of this module (
composer require Drupal/do_username:^1.0). Alternatively, check if you have installed the 2.x version. This issue is fixed in 2.0.0-beta1.Comment #4
hussainwebComment #5
abhishek_gupta1 commented@hussainweb, ok let me try.
Comment #6
avpadernoSince there are no patches/MRs to review, the status is still Active.
Comment #7
hussainweb@apaderno, like I said in #3, the patch/commit is not visible here but there is still something that needs to be tested, and hence it is set to "Needs Review". From the documentation:
I am interpreting that as there is something here that needs to be reviewed and it is fine for the field to be set that way. I understand it might break your workflow and I don't know of any solution for that.
Comment #8
avpadernoA patch is not necessary if it's the project page that needs to be changed. In the case of code, a patch is used to change it.
The definition of the status itself does not say a patch is not necessary.
Comment #9
hussainwebI tried this again today and this still needs work. The module is installable on Drupal 10 if you use `Drupal/core` composer package. But not installable if you use `Drupal/core-recommended`.
Comment #10
hussainwebI released a new version of a dependency package that solves the problem for `core-recommended`. I then tested this on Simplytest and this module is installable on Drupal 10. No further change was needed in the module itself.
Comment #11
hussainweb