Gofven / flowback

Flowback 1st Iteration
GNU General Public License v3.0
2 stars 3 forks source link

Area vote broken #79

Closed Kattenelvis closed 4 days ago

Kattenelvis commented 2 weeks ago

Voting works, and gives 200, but the poll in poll list has the wrong tag id

Gofven commented 2 weeks ago

There's already tests that has been made for this, i'm uncertain how this error occurs, is there any more info you could give me?

Kattenelvis commented 1 week ago

Here's the API Process:

Sending at: /group/poll/12/area/update Request: {tag: 14 vote: true}

Sending at: /group/poll/12/fast_forward Request: {phase: "proposal"}

Sending at: /group/11/poll/list?id=12 Response (Not request since this is a GET request): { ... tag_id = 11 ... }

Kattenelvis commented 1 week ago

With status 200 on all of them, no error message.