Merge PR #19574 Remove the maxlength for routines names

Fixes #18922
Closes #19574

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
Maurício Meneghini Fauth 2025-03-17 16:16:34 -03:00
commit 4751135f4a
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -166,7 +166,7 @@
<tr>
<td>{% trans 'Comment' %}</td>
<td>
<input type="text" name="item_comment" maxlength="64" value="{{ routine.item_comment }}">
<input type="text" name="item_comment" value="{{ routine.item_comment }}">
</td>
</tr>
</table>