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
d5271049
Commit
d5271049
authored
Sep 09, 2019
by
Carsten Rose
Browse files
Merge branch 'sql_Funktionen_in_Form_report_testen' into 'master'
sql Funktionen in Form report testen See merge request
!179
parents
9e812cc6
b2b62274
Pipeline
#2343
passed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
d5271049
...
...
@@ -279,7 +279,7 @@ Setup a *report* to manage all *forms*:
10 {
# All forms
sql = SELECT CONCAT('p:{{pageAlias:T}}
&
form=form
&
r=', f.id, '|A:data-reference=editForm', f.name) as _pagee
, f.id, f.name, f.title AS '_striptags', f.tableName
, f.id,
QMORE(
f.name,
50),
f.title AS '_striptags', f.tableName
, CONCAT('U:form=form
&
r=', f.id, '|A:data-reference=deletForm') as _paged
FROM Form AS f
ORDER BY f.name
...
...
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