Skip to content

Type problems in templates #5

Description

@fabpot

{% if key == formData[name] %} is true when key = 0 and formData[name] = 'all'

If I do the following this fixes it but it is nasty: {% if key~ == formData[name] %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions