Quick Submit Plugin for Editors

Hey,

I want to give editors access to the quick submit plugin, but when I look at the code, there appears to be no role validation at all, even the parent class had none, can anyone advise?

Cheers,

Andy

The URL for QuickSubmit is:
index.php/NAME/manager/importexport/plugin/QuickSubmitPlugin

So:

calls:

which checks for:

To extend access to Editors, you would need to add a similar handler in pages/editor or override the validation.

Neat, thanks, working nicely.