Bug #43
Events page doesn't understand minutes_ago param
| Status: | Closed | Start date: | 11/{{count}}/2008 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Sam Freiberg | % Done: | 100% |
|
| Category: | - | Spent time: | {{value}} hour | |
| Target version: | 0.4.1 |
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 {{author}} {{age}} ago
- {{label}} changed from {{old}} to {{new}}
- {{label}} changed from {{old}} to {{new}}
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.