Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 380029

Summary: [pmi] "Committers" page should only show current committers
Product: Community Reporter: Wayne Beaton <wayne.beaton>
Component: Project Management & PortalAssignee: Portal Bugzilla Dummy Inbox <portal-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Wayne Beaton CLA 2012-05-18 19:46:18 EDT
The committers page is showing all committers, ever. It should only show current committers.
Comment 1 Wayne Beaton CLA 2012-05-18 21:11:39 EDT
I've changed the query to include only the projectrole instances that do not have an end date. Unfortunately, it appears to have no effect. I believe that this is a known bug in the field API.

A possible work around may actually improve the implementation anyway. We're currently representing the start and end dates as separate fields. The date field supports the ability to specify a pair of dates. I don't recall why I decided to represent the start and end dates as separate fields, but it's worth exploring the use of a single field for both values.
Comment 2 Wayne Beaton CLA 2012-05-18 21:35:05 EDT
There's a little pebkac at work here. It turns out that I was modifying the view's query in my local instance, and attempting to test it on the server. Testing on the local instance reveals that the test for an empty end date does in fact work. So never mind :-)

It may still be worth investigating the use of a single date field with both a start and and end date, but I'll leave that as out of scope on this bug.
Comment 3 Wayne Beaton CLA 2014-08-20 16:56:28 EDT
I think that I can reasonably declare victory.