Skip to content

Setcontent fails with an extra comma between 2 filters #2703

@peterboorsma

Description

@peterboorsma

Setting 2 order by filters (wich is a great feature btw) the setcontent fails with an extra comma between the 2 filters. I.E>:

Does not work:
{% setcontent exhibits = 'tentoonstellingen' orderby 'date_to, id' %}
Does work:
{% setcontent exhibits = 'tentoonstellingen' orderby 'date_to,id' %}

The comma should be allowed...

Details

Bolt 4.1.22

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions