We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad3072c + 4751135 commit e941044Copy full SHA for e941044
2 files changed
resources/templates/database/routines/editor_form.twig
@@ -172,7 +172,7 @@
172
<tr>
173
<td class="text-nowrap">{{ t('Comment') }}</td>
174
<td>
175
- <input type="text" name="item_comment" maxlength="64" value="{{ routine.item_comment }}">
+ <input type="text" name="item_comment" value="{{ routine.item_comment }}">
176
</td>
177
</tr>
178
</table>
0 commit comments