Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

addrequest/discardrequest send duplicate emails #26

Description

@milki

Both servlets AddRequest and DiscardRequest send duplicate emails to the request user. These two are different from the other *Request servlets because they can accept multiple request ids.

The final select query:

    request_query = db.push_requests.select().where(
        db.push_requests.c.id.in_(self.request_ids))

somehow duplicates the 1st request in the list. I first discovered this while working on #20 but discovered it in master as well.

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