Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
0cd8b9af
Commit
0cd8b9af
authored
Feb 18, 2015
by
Marc Ducobu
Browse files
Adding csv_row twig filter
parent
80851c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/views/Report/export.csv.twig
View file @
0cd8b9af
...
...
@@ -10,11 +10,11 @@
{%
for
report
in
reports
%}
{#
#}
{{
report.id
}}
,
{#
#}
"
{{
report.person
}}
",
{#
#}
"
{{
report.person.id
}}
",
{#
#}
"
{{
report.person
|
csv_cell
}}
",
{#
#}
"
{{
report.person.id
|
csv_cell
}}
",
{#
#}
"
{{
report.date
|
localizeddate
(
'short'
,
'none'
)
}}
",
{#
#}
"
{{
report.user
}}
",
{#
#}
"
{{
report.cFGroup.getName
(
app.request.locale
)
}}
",
{#
#}
"
{{
report.user
|
csv_cell
}}
",
{#
#}
"
{{
report.cFGroup.getName
(
app.request.locale
)
|
csv_cell
}}
",
{#
#}
{%
for
customField
in
report.cFGroup.customFields
%}
{#
#}
{%
if
customField.type
==
'title'
%}
{#
#}
""
{#
...
...
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