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

addrequest/discardrequest send duplicate emails #26

Open
milki opened this issue Aug 7, 2013 · 0 comments
Open

addrequest/discardrequest send duplicate emails #26

milki opened this issue Aug 7, 2013 · 0 comments

Comments

@milki
Copy link
Contributor

milki commented Aug 7, 2013

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.

@milki milki mentioned this issue Aug 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant