Closed (fixed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 09:27 UTC
Updated:
4 Mar 2010 at 01:40 UTC
On my dev platform, I made cvs update on the Views 6--2 branch, and it broke the project/issues and project/issues/* views: I now get 404's at those paths.
I could reproduce on a clean install of project_issue + views 6--2-dev.
Comments
Comment #1
jennifer.chang commentedI enabled views-UI and the project_issue views are not listed at admin/build/views.
Comment #2
jennifer.chang commentedI fixed the bug by downloading and installing the latest official release: 6.x-2.8
Some patches have been committed in the views DRUPAL-6--2 branch since 6.x-2.8 that causes project_issues to fail.
I don't know if it's a views problem or a project_issue one.
Comment #3
dwwIs this duplicate with #708474: Views go missing if hook_views_default_views() is called multiple times or a unique bug?
Comment #4
jennifer.chang commentedapplying the patch there and clearing the cache fixed it for me, thanks.
Although it's technically a duplicate, since it's filed in a different issue queue, let's keep this one open until the patch there is committed, for the sake of people who might be searching here (project_issue).
Comment #5
dwwsee #708474-5: Views go missing if hook_views_default_views() is called multiple times and http://drupal.org/cvs?commit=330188
Comment #6
jennifer.chang commentedThanks :)