dharmafly / tasket

A micro-volunteering app, for crowd-managed tasks.
http://dharmafly.com/tasket
26 stars 3 forks source link

Bug: Requesting hubs by specific id fails if the hub is archived #393

Closed premasagar closed 13 years ago

premasagar commented 13 years ago

If hub 12 exists but is archived then these results are seen:

/hubs/12

{
    HUB_DATA
}

/hubs/?ids=12 (or /hubs/?ids=12,13,14,15)

[]

If hubs are explicitly requested by id, then they should be returned regardless, even if they are archived.