Char limit too low on Endpoint form field for REST handler

Created on 19 July 2024, 4 months ago

Problem/Motivation

Endpoint field only accepts URLs with a maximum length of 128 characters. Longer URLs are getting truncated on saving.

Steps to reproduce

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.

Proposed resolution

Add a maxlength set to 255 to allow for longer URLs.

Remaining tasks

Implement maxlength change.

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇬🇧United Kingdom mwrbg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024