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
1221dca8
Commit
1221dca8
authored
Sep 23, 2019
by
Carsten Rose
Browse files
Manual.rst: add f.id back to form editor report.
parent
c952483a
Pipeline
#2398
passed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Manual.rst
View file @
1221dca8
...
...
@@ -8289,10 +8289,11 @@ has the form be used. The following report includes the regular `form-editor`_ a
20
{
#
All
forms
sql
=
SELECT
CONCAT('
p
:
{{
pageAlias
:
T
}
}
&
form
=
Form
&
r
=
', f.id) as _pagee
,
f.name
,
CONCAT(f.name, '
<
span
class
=
"text-muted"
>(
', f.id, '
)</
span
>
')
, QMORE(f.title,50)
, f.tableName
, CONCAT('
p
:
{
{
pageAlias
:
T
}
}
&
formIdHistory
=
', f.id, '
|
s
|
b
|
t
:<
span
class
=
"badge"
>
', COUNT(fsl.id), '
</
span
>
', IF(COUNT(fsl.id)=0,'
|
r
:
3
','') ) as _link
, CONCAT('
p
:
{
{
pageAlias
:
T
}
}
&
formIdHistory
=
', f.id, '
|
s
|
b
|
t
:<
span
class
=
"badge"
>
', COUNT(fsl.id), '
</
span
>
'
, IF(COUNT(fsl.id)=0, '
|
r
:
3
','') ) as _link
, CONCAT( '
<
em
><
span
title
=
"',MIN(fsl.created), '"
>
', DATE_FORMAT( MIN( fsl.created), '
%
d
.%
m
.%
Y
'), '
</
span
></
em
>
')
, CONCAT( '
<
em
><
span
title
=
"',MAX(fsl.created), '"
>
', DATE_FORMAT( MAX( fsl.created), '
%
d
.%
m
.%
Y
'), '
</
span
></
em
>
')
, CONCAT('
<
em
>
', GROUP_CONCAT(DISTINCT fsl.pageId ORDER BY fsl.pageId), '
<
em
>
'
)
...
...
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