You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add validation in the check number form for returns? The backend only accepts a field of length 16, but deskworkers sometimes add longer text, throwing an error in the backend and (1) throwing a Sentry error that I can see, (2) I don't know what appears in the UI for deskworkers.
Can we add validation in the check number form for returns? The backend only accepts a field of length 16, but deskworkers sometimes add longer text, throwing an error in the backend and (1) throwing a Sentry error that I can see, (2) I don't know what appears in the UI for deskworkers.
Can we limit that form to only take up to length 16 characters (https://github.com/mitoc/gear-db-django/blob/069edbd4ea8996bf1a2a31e19764d096d6288111/geardb/models/models.py#L716)?
The text was updated successfully, but these errors were encountered: