- Issue created by @mradcliffe
- πΊπΈUnited States mradcliffe USA
mradcliffe β changed the visibility of the branch 3521988-longer-description to hidden.
- πΊπΈUnited States mradcliffe USA
mradcliffe β changed the visibility of the branch 3521988-longer-description to active.
- @mradcliffe opened merge request.
- πΊπΈUnited States mradcliffe USA
I went ahead with a merge request that changes both to text areas.
- Status changed to Needs review
21 days ago 8:45am 23 July 2025 - First commit to issue fork.
- π©πͺGermany Anybody Porta Westfalica
A limited description field isn't a bug, it's a decision made by former maintainers, and I think it's not "wrong". It's more a specific need, I'd say. I'm not against it, but didn't see much community need for that in the past. Maybe you could just solve it custom using an alter hook?
- πΊπΈUnited States mradcliffe USA
The description field is not limited as it does not have any schema preventing it from being more than 255 characters.
The description form field causes data loss of the description field, which was probably a Drupal 7 decision based on architectural limitations of the variables system, which is no longer a problem in Drupal 8+.
I guess I could create a small glue contrib module to fix captcha, but ideally it would be nice to have the fix in this module to reduce cost of ownership / maintainership.
- π©πͺGermany Anybody Porta Westfalica
@mradcliffe thanks, yes I'm not against it in general, but I think you also understand that I'm struggling with changing the textfield to a textarea, as it's not "my" module, I just helped with maintainership... maybe we should wait for further maintainer feedback and until then you use the patch?
Mhmmmm