Skip to content

Commit 9ff59b0

Browse files
author
Till Brehm
committed
Fixed #4054 can't save 'Domainmodule Limit'
1 parent 7b748e2 commit 9ff59b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

interface/web/client/form/client_template.tform.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,20 @@
862862
'rows' => '',
863863
'cols' => ''
864864
),
865+
'limit_domainmodule' => array (
866+
'datatype' => 'INTEGER',
867+
'formtype' => 'TEXT',
868+
'validators' => array ( 0 => array ( 'type' => 'ISINT',
869+
'errmsg'=> 'limit_domainmodule_error_notint'),
870+
),
871+
'default' => '0',
872+
'value' => '',
873+
'separator' => '',
874+
'width' => '10',
875+
'maxlength' => '10',
876+
'rows' => '',
877+
'cols' => ''
878+
),
865879
//#################################
866880
// END Datatable fields
867881
//#################################

0 commit comments

Comments
 (0)