I'm seeing a wierd behavior with a view that I've created. When I enable nodeaccess my view (page) that normally lists all 50 states now only lists 10 states and the sorting (alphabetical) is lost. When I disable nodeaccess, my view is restored back to normal.
Any thoughts?
Comments
Comment #1
Anonymous (not verified) commentedI don't know, but I don't think this has to do with nodeaccess. All this module does is set access control permissions in a table. Assuming those are set properly for viewing those pages, it should have no effect. This module does not do any query modifications or anything to the nodes, it simply sets the values in the nodeaccess table. While I suppose it's possible nodeaccess could be causing this issue, it seems unlikely and I would guess it's due to something in the way the views module works and a clash with the drupal node access system. You can find other issues like this with views, i.e. http://drupal.org/node/60280
I'll try to take a look into it after I port to 5.0 but I'm not sure what I can do about it as far as my module goes. It's just writing to the node access table and drupal does all the rest from there.
Comment #2
mantyla commentedThis is now an outdated bug report on an outdated version of both Nodeaccess and Views. Issue closed, to be reopened if the problem persists.