Skip to content

Commit

Permalink
Added missing maxlengths.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoRazorX committed Sep 26, 2020
1 parent 91432ec commit 031f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/XMLView/EditFormatoDocumento.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</widget>
</column>
<column name="title" order="140" >
<widget type="text" fieldname="titulo" />
<widget type="text" fieldname="titulo" maxlength="30" />
</column>
<column name="logo" titleurl="ListAttachedFile" description="click-link-to-add" order="150">
<widget type="select" fieldname="idlogo" onclick="EditAttachedFile">
Expand Down

0 comments on commit 031f405

Please sign in to comment.