Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
35da2fdf
Commit
35da2fdf
authored
Mar 01, 2017
by
Carsten Rose
Browse files
formEditor.sql: Changed acces for Form 'form' & 'formElement' from 'always' to 'sip'.
parent
8c642640
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/sql/formEditor.sql
View file @
35da2fdf
...
...
@@ -133,7 +133,7 @@ WHERE name LIKE 'form' OR name LIKE 'formElement';
#
FormEditor
:
Form
INSERT
INTO
Form
(
id
,
name
,
title
,
noteInternal
,
tableName
,
permitNew
,
permitEdit
,
render
,
multiSql
,
parameter
)
VALUES
(
1
,
'form'
,
'Form Editor: {{SELECT id, " / ", name FROM Form WHERE id = {{r:S0}}}}'
,
'Please secure the form'
,
'Form'
,
'
always'
,
'always
'
,
'bootstrap'
,
''
,
'maxVisiblePill=5
\n
class=container-fluid'
);
'Form'
,
'
sip'
,
'sip
'
,
'bootstrap'
,
''
,
'maxVisiblePill=5
\n
class=container-fluid'
);
#
FormEditor
:
FormElements
for
'form'
INSERT
INTO
FormElement
(
id
,
formId
,
name
,
label
,
mode
,
type
,
checkType
,
class
,
ord
,
size
,
maxLength
,
note
,
clientJs
,
value
,
...
...
@@ -190,7 +190,7 @@ VALUES
(
2
,
'formElement'
,
'Form Element Editor. Form : {{SELECT f.id, " / ", f.name FROM FormElement AS fe, Form AS f WHERE fe.id = {{r:S0}} AND fe.formId=f.id }}'
,
'Please secure the form'
,
'FormElement'
,
'
always'
,
'always
'
,
'bootstrap'
,
''
,
'maxVisiblePill=5
\n
classBody=qfq-color-blue-1'
,
'formId'
);
'FormElement'
,
'
sip'
,
'sip
'
,
'bootstrap'
,
''
,
'maxVisiblePill=5
\n
classBody=qfq-color-blue-1'
,
'formId'
);
#
FormEditor
:
FormElements
for
'formElement'
INSERT
INTO
FormElement
(
id
,
formId
,
name
,
label
,
mode
,
type
,
checkType
,
class
,
ord
,
size
,
maxLength
,
note
,
clientJs
,
value
,
...
...
Write
Preview
Markdown
is supported
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