Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
45969cfe
Commit
45969cfe
authored
Jan 25, 2016
by
Carsten Rose
Browse files
formEditor.sql: small rearrange of code
parent
f5f3f9af
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/formEditor.sql
View file @
45969cfe
...
...
@@ -46,13 +46,6 @@ current_timestamp()
//
DELIMITER
;
#
#
FormEditor
INSERT
INTO
Form
(
name
,
title
,
noteInternal
,
tableName
,
permitNew
,
permitEdit
,
multiSql
)
VALUES
(
'form'
,
'Form Editor: {{SELECT id, " / ", title FROM Form WHERE id = {{recordId:SZ}}}}'
,
'Please secure the form'
,
'Form'
,
'always'
,
'always'
,
''
);
#
----------------------------------------
#
FormElement
...
...
@@ -118,6 +111,13 @@ current_timestamp()
//
DELIMITER
;
#
#
FormEditor
INSERT
INTO
Form
(
name
,
title
,
noteInternal
,
tableName
,
permitNew
,
permitEdit
,
render
,
multiSql
)
VALUES
(
'form'
,
'Form Editor: {{SELECT id, " / ", title FROM Form WHERE id = {{recordId:SZ}}}}'
,
'Please secure the form'
,
'Form'
,
'always'
,
'always'
,
'table'
,
''
);
#
FormEditor
:
FormElements
INSERT
INTO
FormElement
(
formId
,
name
,
label
,
mode
,
type
,
ord
,
size
,
maxLength
,
note
,
clientJs
,
value
,
sql1
,
sql2
,
parameter
)
VALUES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment