access() function does not respect disabled views displays. It checks only for the disabled views. When a view display is disabled it should be not accessible.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | views-disabled_views_dislpay_access-1988998-14.patch | 678 bytes | andrew answer |
Comments
Comment #1
boychev commentedBy adding these 3 lines of code into the access() function the bug should be fixed.
Comment #3
Mołot commented3.5 is 2 versions behind current stable. Are you sute this bug is present in current version? And in dev?
Comment #4
Mołot commented#1: views-disabled_views_dislpay_access-1988998-1.patch queued for re-testing.
Comment #5
boychev commentedFixed!
Comment #6
boychev commentedYes, the bug still exist. My last patch is for the 7.h-3.x version.
Comment #7
boychev commentedNeeds review
Comment #8
boychev commentedSorry for the removed empty line :)
Comment #10
Mołot commentedWell, make it pass tests and hope more people will be interested. I might try it myself for you, but only when testbot will give it a green light.
Comment #11
boychev commentedI think the problem with the testbot comes from the version. The issue was for 7.x-3.5.
Comment #12
boychev commented#8: views-disabled_views_dislpay_access-1988998-8.patch queued for re-testing.
Comment #13
chris matthews commentedThe 6 year old patch in #8 to view.inc does not apply to the latest views 7.x-3.x-dev.
Comment #14
andrew answer commentedPatch rerolled.