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
b2b62274
Commit
b2b62274
authored
Sep 06, 2019
by
Marc Egger
Browse files
sql Funktionen in Form report testen
parent
50bd3312
Pipeline
#2336
passed with stages
in 2 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
b2b62274
...
...
@@ -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
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