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
ac82758a
Commit
ac82758a
authored
Nov 04, 2019
by
Carsten Rose
Browse files
FormEditor: fix missing formId in STORE_SIP on calling FE directly from error message.
parent
4d9084f8
Pipeline
#2595
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/Classes/Sql/formEditor.sql
View file @
ac82758a
...
...
@@ -315,7 +315,7 @@ VALUES
INSERT
INTO
Form
(
id
,
name
,
title
,
noteInternal
,
tableName
,
permitNew
,
permitEdit
,
render
,
multiSql
,
parameter
,
requiredParameterNew
)
VALUES
(
2
,
'formElement'
,
'Form Element Editor. Form : {{SELECT f.id, " / ", f.name FROM Form AS f WHERE f.id = {{formId:S0}} }} (DB: {{dbNameQfq:Y}})'
,
'Form Element Editor. Form : {{SELECT f.id, " / ", f.name FROM Form AS f WHERE f.id = {{formId:S
R
0}} }} (DB: {{dbNameQfq:Y}})'
,
'Please secure the form'
,
'FormElement'
,
'sip'
,
'sip'
,
'bootstrap'
,
''
,
'maxVisiblePill=5
\n
classBody=qfq-color-blue-1
\n
dbIndex={{indexQfq:Y}}'
,
'formId'
);
...
...
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