Addedl length to name (128 max)

This commit is contained in:
Adolfo Gómez García 2017-02-02 14:10:52 +01:00
parent fa0acb6a1a
commit 6c8f9affc2

View File

@ -54,7 +54,7 @@ import logging
logger = logging.getLogger(__name__)
__updated__ = '2016-10-14'
__updated__ = '2017-02-02'
# a few constants
@ -130,6 +130,7 @@ class BaseModelHandler(Handler):
'name': 'name',
'required': True,
'label': _('Name'),
'length': 128,
'tooltip': _('Name of this element'),
'order': 0 - 100,
})