Would it be possible to disallow access to some paths that otherwise would be accessible?

Example: I want my site's translators to search and edit translations at `admin/build/translate/overview` but not see or use `admin/build/translate/import`.

The access to both these pages is handled by the permission `translate interface.

Thanks.

Comments

Docc’s picture

Status: Active » Closed (works as designed)

Depends, if the 'translate interface' permission is only applied to the menu path then it will get overriden with your own custom permission.