When building the table for /import feeds checks for 'create content type content' but not 'bypass node access'.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

twistor’s picture

Rejiggered the patch a bit so that feeds that can't be imported won't show up at all at the /import table. Also avoids notices about unset $title and $link variables.

Dave Reid’s picture

Status: Active » Fixed

Actually the proper way is to use the node_access() function in this case. Fixed in Git on both branches.
http://drupalcode.org/project/feeds.git/commit/e7d04b9
http://drupalcode.org/project/feeds.git/commit/003bbc0

Status: Fixed » Closed (fixed)

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