znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
355 stars 85 forks source link

Removed maxlength for field short description in ActivityDialog. #335

Closed paulfolkers closed 1 year ago

paulfolkers commented 1 year ago

Proposed change

If you add fields, e.g. dynamic fields or an article field to an activity dialog, you can fill the param "Description (short)". This field is limited to a maximum of 70 characters. Due to customer requests and since we cannot find a reason, why this field must be limited, we removed the maxlength option from this field.

Admins should remember to keep this short description as short as possible for layout reasons, but there is no need to restrict the number of characters.

Type of change

1 - 🚀 feature

Checklist

paulfolkers commented 1 year ago

@dennykorsukewitz just added the passed GitHub workflow check and marked the PR as ready for review.