-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Filter Data and export #283
Comments
Which specific filters for the dynamic list data do you want to be implemented to improve your workflow? |
Maybe only be able to filter by "created at" which is not a dynamic field. |
Like the idea! If I am not mistaken, this should be quite easy to do by adding the respective filters in the list-configuration 🙂 SuluFormBundle/Resources/config/lists/forms.xml Lines 48 to 77 in 4c0c30e
|
@nnatter the form data (dynamic entity) list metadata are created in PHP as they have no static structure. I think the filter would need to be added here then: SuluFormBundle/Metadata/DynamicListMetadataLoader.php Lines 63 to 72 in 414e0bf
Also the Controller doesn't use the ListBuilder so the filter would need to be implemented there also. |
Actual Behavior
Currently if you have a lot of contacts on a daily basis and you want to make a daily export you have to download everything for filtering. You can receive it by email but many users prefer direct download.
Expected Behavior
Add filtering possibilities like other sulu entities in order to be able to select more specific filtering.
The text was updated successfully, but these errors were encountered: