-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(calls): Allow moderators to download a call participants list #13519
Conversation
a6b1e79
to
fa97223
Compare
fa97223
to
18c12a9
Compare
} | ||
|
||
if ($format !== 'csv') { | ||
// FIXME Remove once pdf was implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: Currently only CSV is functional
/backport to stable30 |
Signed-off-by: Joas Schilling <[email protected]>
18c12a9
to
5be3f06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested 👍🏻
fputcsv($output, [ | ||
'name', | ||
'type', | ||
'identifier', | ||
]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can do that for the PDF version later. For the CSV I would keep it "ugly"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as-is should be less confusing for later use (like import)
☑️ Resolves
🛠️ API Checklist
🚧 Tasks
🏁 Checklist
docs/
has been updated or is not required