Comment 1 for bug 1252885

Revision history for this message
Aaron Wells (u-aaronw) wrote :

The data in the newviews block comes from view_search(), a function which is meant to return only views that the specified user has access to. So, it would probably make the most sense to add a filter there to prevent the inclusion of views from suspended users, since the user does not have access to them.

On the other hand, would this cause performance issues? Adding one more table to the already-costly latest views query?