Love this module, hopefully I can explain this properly. I am using pageroute to generate support requests. Each request needs to be an entity on its own. Part of the request allows a user to request various training areas. To do this, I've added a node management page to the pageroute so when the user hits that page, they enter all of the training areas they want included in the support request. The first time through the pageroute for that user, all is good. However, if they come back to make another support request, when they hit the node management page of the route, all of the nodes of that content type (training area) that they previously created are listed there. I managed to limit what is listed there to user using permissions, but I can't refine it further. Essentially I'm hoping that each pageroute can be unique and not call on content created previously. So when I hit that node management page, if I haven't yet entered anything for this particular pageroute, it is empty and not prepopulated with nodes of that content type I had previously created in a previous run through the pageroute.

Hopefully that makes sense.

Comments

fago’s picture

Status: Active » Closed (duplicate)

hm, perhaps you could work around that, be using the add-node-form content type and a second page, perhaps an explaining node view, which has a back button labeled "add another one"?

Anyway, the correct solution would be what I call pageroute nodefamily integration - have a look at the description of the pageroute nodefamily module. What I've planned for that module, would allow you to achieve this - even with the option to edit existing support requests.
Unfortunately it's not done yet and it has to wait until I've the time for it.

So I'm marking this as a duplicate of http://drupal.org/node/125213