Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AttributeFilter not applied to array elements #20

@pulquero

Description

@pulquero

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions