-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Make form for adopting a project a ChoiceField #4777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@stsewd Will adding the |
That field should probably be a |
@humitos from the code, it seems that the user can adopt any project. |
Mmm... OK. It doesn't make too much sense to me, since it's a weird case to want to support a project that you are not involved to. So, if we want to keep this behavior, my solution of the Another different approach, that we don't have in any other place I think, would be to use a field with autocomplete --not sure if we want that, though. Probably, no. I'd say that for now, the |
@humitos yeahh, |
I'm +1 on adding it as a ChoiceField -- I think the current implementation wasn't a design decision. If someone needs to adopt a project they don't own, we can handle that as a support issue. |
@ericholscher So, can i start working on this? |
Sure! |
@ericholscher |
Fixed in #4841 |
This is the form for adopting projects for Gold Members.
Currently the input field does not specify any idea about what to enter.
Although, the project's slug is need to be enter, but it is written nowhere which creates confusion and the user ends up entering the project's name which gives an error.
This issue was discussed in the comments #427135794, #427137725 and #427139109
The text was updated successfully, but these errors were encountered: