Skip to content
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

AttributeFilter not applied to array elements #20

Closed
pulquero opened this issue Aug 20, 2022 · 3 comments
Closed

AttributeFilter not applied to array elements #20

pulquero opened this issue Aug 20, 2022 · 3 comments

Comments

@pulquero
Copy link

Array elements are just converted to a string here:

Set<String> keys = data[i].getCompositeType().keySet();

This should be a fallback, and first data[i] should be passed through AttributeFilter. At the very least, if AttributeFilter returns HtmlContent then this should be rendered instead.

@lbovet
Copy link
Owner

lbovet commented Aug 24, 2022

Do you have the possibility to submit a Pull Request? I lack capacity to implement and test.

@pulquero
Copy link
Author

Yes, I can do that.

@lbovet
Copy link
Owner

lbovet commented Aug 30, 2022

Fixed by #22

@lbovet lbovet closed this as completed Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants