I don't know why, but a user has role of admin can't import context. The button is missing. If I type in the url context/import, it says access denied.

However, user-1 can import context.

Comments

damienmckenna’s picture

Seems like a problem with either CTools or something missing from Context's ctools_export_ui implementation, e.g. check context_ui/export_ui/context.inc in Context.

bcn’s picture

#870938: Add new permission for controlling imports (from the ctools queue) has more info.

damienmckenna’s picture

Status: Active » Closed (duplicate)

@noahb: Thanks for finding that. That makes this issue a duplicate.

damienmckenna’s picture

FYI for anyone following this issue: you have to have the "Use PHP in settings" permission from the PHP module, which is not obvious; I've submitted a patch to add a new permission to CTools but there's no guarantee it'll be added.