There is no view access check when rendering a "View Area" (handler = views_handler_area_view).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1257568-2.patch | 1.87 KB | recrit |
| #1 | 1257568.patch | 1.87 KB | dawehner |
There is no view access check when rendering a "View Area" (handler = views_handler_area_view).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1257568-2.patch | 1.87 KB | recrit |
| #1 | 1257568.patch | 1.87 KB | dawehner |
Comments
Comment #1
dawehnerHere is a patch for it.
Additional renamed a variable.
Comment #2
recrit commentedre-rolled with !$view->access($display_id).
I tested this new patch and everything worked well.
Comment #3
dawehnerCommited to 7.x as the other branches doesn't have this feature.
Thanks recrit for creating a real tested patch :)