Bug #43
Events page doesn't understand minutes_ago param
| Status: | Closed | Start: | 11/24/2008 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | Sam Freiberg | % Done: | 100% |
|
| Category: | - | Spent time: | 0.50 hour | |
| Target version: | 0.4.1 |
Description
The Events page doesn't understand the minutes_ago param so when linking from the dashboard to the Events page it will scan everything in the database.
History
Updated by Sam Freiberg almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Changed the parameters so that individual items in the dashboard would pass the time to the Events page instead of the minutes_ago parameter. Minutes_ago is a moving target and the links to the Events page should provide a snapshot of a point in time. Also made Event.get_filtered_events aware of the minutes_ago parameter so it can be used in cases where it makes sense.