| Summary: | [pmi] "Committers" page should only show current committers | ||
|---|---|---|---|
| Product: | Community | Reporter: | Wayne Beaton <wayne.beaton> |
| Component: | Project Management & Portal | Assignee: | 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
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. 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. I think that I can reasonably declare victory. |