- Issue created by @mwrbg
- 🇵🇹Portugal joaomarques736
Hello all,
It is already fixed in the new release 3.0.6.
Thanks!
Endpoint field only accepts URLs with a maximum length of 128 characters. Longer URLs are getting truncated on saving.
Add REST handler to a webform, and enter a URL longer than 128 chars for the endpoint. It will save, but the URL gets truncated, meaning the endpoint will be wrong.
Add a maxlength set to 255 to allow for longer URLs.
Implement maxlength change.
Active
3.0
Code
Hello all,
It is already fixed in the new release 3.0.6.
Thanks!