mirror of
https://github.com/dkmstr/openuds.git
synced 2025-08-24 09:49:52 +03:00
Addedl length to name (128 max)
This commit is contained in:
@ -54,7 +54,7 @@ import logging
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
__updated__ = '2016-10-14'
|
__updated__ = '2017-02-02'
|
||||||
|
|
||||||
|
|
||||||
# a few constants
|
# a few constants
|
||||||
@ -130,6 +130,7 @@ class BaseModelHandler(Handler):
|
|||||||
'name': 'name',
|
'name': 'name',
|
||||||
'required': True,
|
'required': True,
|
||||||
'label': _('Name'),
|
'label': _('Name'),
|
||||||
|
'length': 128,
|
||||||
'tooltip': _('Name of this element'),
|
'tooltip': _('Name of this element'),
|
||||||
'order': 0 - 100,
|
'order': 0 - 100,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user