harvest-dev team mailing list archive
-
harvest-dev team
-
Mailing list archive
-
Message #00189
[Bug 586781] Re: Only display relevant data
** Changed in: harvest
Status: Triaged => Fix Committed
** Changed in: harvest
Milestone: None => 0.2.0
** Changed in: harvest
Assignee: (unassigned) => Daniel Holbach (dholbach)
--
Only display relevant data
https://bugs.launchpad.net/bugs/586781
You received this bug notification because you are a member of harvest-
dev, which is the registrant for harvest.
Status in Harvest Service: Fix Committed
Bug description:
Harvest doesn't delete opportunities, but opportunities that don't have the most recent last_updated attribute set, shouldn't be shown. Also shouldn't opportunity lists that are not active not be shown.
We need filters like this:
opportunity_list.last_updated = opportunity.last_updated
And:
opportunity_list.active = True
References