I have created a pageroute as well as using the nodeprofile module. I created the page route for users to create/modify their profile information. It appears though, that users must have "administer filters" access to the filters module to be able to see the pageroute.

I have a feeling that I have something incorrectly configured, but I've not been able to figure out what it is.

Thanks,
Eric.

Comments

fago’s picture

Status: Active » Fixed

if you have configured pageroute to edit a node, pageroute checks nodeaccess update permissions, which checks if the current user has permission to every used filter.

So you two possibilities: configure your filter permissions appropriately or use another filter (also for existing nodes) with appropriate permissions

Anonymous’s picture

Status: Fixed » Closed (fixed)