42ccb5981a
When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further. |
||
---|---|---|
.. | ||
_admin.html.haml | ||
_admin_settings.html.haml | ||
_dashboard.html.haml | ||
_explore.html.haml | ||
_group.html.haml | ||
_new_admin_sidebar.html.haml | ||
_new_dashboard.html.haml | ||
_new_explore.html.haml | ||
_new_group_sidebar.html.haml | ||
_new_profile_sidebar.html.haml | ||
_new_project_sidebar.html.haml | ||
_profile.html.haml | ||
_project.html.haml |