- last update
over 1 year ago Patch Failed to Apply - 🇵🇹Portugal jrochate
The feeds_ex module extends the BlankSource of Feeds module here:
feeds_ex/src/Feeds/CustomSource/JsonSource.php
When inspecting the BlankSource in Feeds module, we can see that there is no
#maxlength
associated:feeds/src/Feeds/CustomSource/BlankSource.php
So, the limit of the 128 chars length is imposed by Core's config entity.
Here is a discussion about it and where to go in the future #3331028 ✨ Increase or remove default textfield #maxlength=128 ActiveTo circumvent this limitation, we can just add the maxlength to the BlankSource, and all the modules/source that extends it, will benefit from the change, like this one:
class JsonSource extends BlankSource {
So, here is a patch to force the #maxlength of BlankSource to be 1024.
-
MegaChriz →
committed 46d0a827 on 8.x-3.x authored by
jrochate →
Issue #3097522 by jrochate: Set maximum length of blank source's value...
-
MegaChriz →
committed 46d0a827 on 8.x-3.x authored by
jrochate →
- Status changed to Fixed
over 1 year ago 5:32pm 12 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.