Skip to content

Problem with grid grouping #143

@syno2flickr

Description

@syno2flickr

Hello,

I found a bug in the class ParametersResolver (line 575).
The condition:
key.equals("group") && value != null && value instanceof List
returns always false because value is a Map (a LinkedHashMap) and not a List.

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