-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add support of filters to download aliases in CSV format. #1819
Comments
@Faakhir30
I welcome any feedback or any kind of improvement with respect to the implementation. |
@Faakhir30 |
@Spinachboul every Plone project has a contributing guide, usually found by visiting the repository root and reading its If that guide does not help you get started, then please create a new issue in this repo, including what is not clear, and the exact steps to reproduce what you did and observed. Good luck! |
The
RedirectsControlPanel
already supports filters likestart
,end
,datetime
, etc when using Allias Service to get using JSON, however, we've added the capability to download and upload aliases in bulk using CSV, refer to #1813 PR.It would be nice to have these filters applied when using CSV format.
This would probably require to update download functionality at
Products.CMFPlone
Also, it requires updates at Allias Get service in
plone.restapi
, respective docs, and tests.The text was updated successfully, but these errors were encountered: