This module is very nice but it does not respect Group (Organic Groups) content access permissions. If I create content to be accessible only for a specific user group it shows up in the archive list even when a user who isn't a member of that group is logged in and also when a visitor (non-authenticated user) is browsing the list.
I hope there will be a fix for this.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | contrib-4-7.archive.junyor.patch | 1.48 KB | junyor |
Comments
Comment #1
junyor commentedThe same thing happens with the taxonomy_access module.
Comment #2
junyor commentedHere's a patch for 4.7. The _archive_query() function didn't use db_rewrite_sql().
Comment #3
junyor commentedBy the way, this patch also fixes a problem where the pager wasn't working.
Comment #4
gábor hojtsy_archive_query() does not run any queries anyway, the db_rewrite_query() should be added where it is used. I have done that now in the 5.x branch.
I don't know what "other pager problem" you are talking about, maybe you can elaborate?
Comment #5
(not verified) commented