Fixed issue of fileselect
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
INSERT INTO FORM_FIELD (SORT_ORDER, NAME, LABEL, DESCRIPTION, SETTINGS, VALIDATORS, CREATED_DATE, UPDATED_DATE)
|
||||
VALUES
|
||||
(
|
||||
23,
|
||||
'fileselect',
|
||||
'Caricamento File',
|
||||
'Per selezionare di documenti o immagini',
|
||||
'[{name: "label",value: "Seleziona File"},{ name: "isDelegation", value: false }]',
|
||||
'{"isRequired":false}',
|
||||
CURRENT_TIMESTAMP,
|
||||
CURRENT_TIMESTAMP
|
||||
);
|
||||
Reference in New Issue
Block a user