Currently after node import the module does a redirect to the node/add/node_export page.
However the user is either already there and doesn't need a redirect, or the user is intentionally somewhere else.

I currently have the latter situation. I've only exposed certain content types for some role and made specific import pages for each content type. The functionality of those import pages is the same, besides limiting to a certain content type.

However that role does/should not have access to the node/add/node_export page. But because of the hard redirect this is impossible.

Comments

paulvandenburg created an issue. See original summary.

paulvandenburg’s picture

Status: Active » Needs review
StatusFileSize
new522 bytes

This patch removes the redirect.

tvoesenek’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed, it still works without the redirect.

anmolgoyal74’s picture

Patch applies successfully and worked as designed.
Thanks for the patch.

gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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