The project_release_by_project view from #357926: Port project_release to views2 (which is how #94138: RSS feeds for release nodes works in D6) just has a generic exposed filter on the "Project release API compatibility" vocabulary. We should really use the specialized "Project release: API compatability term" filter so that the site-wide setting to select which API terms are active will automatically be honored by all views.

Comments

dww’s picture

Title: project_release_by_project view should use the specialized "Project release: API compatability term" filter » Bugs in the project_release_by_project view
Category: task » bug
Issue tags: +drupal.org upgrade

There are other problems with this view. So, the current list is:

A) It should use the specialized "Project release: API compatability term" filter. Aside from ignoring the "active API terms" setting, using a generic exposed filter on that vocabulary is broken for a default view, since the vocab id will be different on different sites. :(

B) If you don't select any version to filter by, you get duplicate releases listed in the view.

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

Fixed by http://drupal.org/cvs?commit=172601 in HEAD. Temporarily deployed on d6.d.o -- will go out via SVN with another batch of fixes before the upgrade starts.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade

Automatically closed -- issue fixed for 2 weeks with no activity.