Skip to content

JSON return event.fields structure is an array should be an hash #108

@fjenett

Description

@fjenett

GET /group/:gid/events used to return

{
    ... event attr ...,
    fields : {
        key1 : value1,
        key2 : value2
    }
}

and now after changes for issue #105 returns

{
    ... event attr ...,
    fields : [
        { id : key1, value : value1 },
        { id : key2, value : value2 }
    ]
}

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