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:
commit
4751135f4a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user