This is mainly due to the issue we are having when trying to write a access plugin, a plugin that extends views_plugin_access is loaded far to early and we can not validate arguments there. We are how ever able to write custom argument validators that extend views_plugin_argument_validate. But the GOTCHA is that there is no access denied page option.

I am also pretty sure there are a few others who would like this option even for none, custom validators.

Next post has my patch (as need issue number from here).

Comments

roam2345’s picture

And here is the patch.

roam2345’s picture

Status: Active » Needs review

marking for review.

roam2345’s picture

One amendment I would like is to hide the menu item if displaying a 404... like is done for page not found if can point me in the right direction i will add that to this patch.

tim.plunkett’s picture

Triggering the testbot.

dawehner’s picture

Status: Needs review » Fixed

This looks like a fine addition.

Thanks for your work, committed the patch to 7.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

more description