v1.16.0
This commit is contained in:
parent
3fcd389db8
commit
896fc01015
14 changed files with 95 additions and 29 deletions
|
@ -303,6 +303,7 @@ router.post('/field/:listId', (req, res) => {
|
|||
defaultValue: (input.DEFAULT || '').toString().trim() || null,
|
||||
type: (input.TYPE || '').toString().toLowerCase().trim(),
|
||||
group: Number(input.GROUP) || null,
|
||||
groupTemplate: (input.GROUP_TEMPLATE || '').toString().toLowerCase().trim(),
|
||||
visible: !['false', 'no', '0', ''].includes((input.VISIBLE || '').toString().toLowerCase().trim())
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue