User: dww Branch: HEAD Date: Sun, 22 Feb 2009 07:48:58 +0000 Modified files: /modules/project_issue/views/handlers project_issue_handler_filter_issue_version.inc Log message: #379626 by dww: Followup fixes to the version filter's new magic of hiding itself and the version field for projects without releases: - We can't actually test that the relationships match, since the filter does *not* use a relationship, but operates directly on {project_issues}.rid, while the version field uses the rid relationship to get to {project_release_nodes}.version. - We can only iterate over the fields to try to disable the version while being rendered as an exposed filter. Otherwise, you get errors while trying to configure the version filter. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/project_issue/view...