I've got three content types: lessons, instruments, and categories with node reference fields in the lessons content type that link it to the other two. My view is set up as a page display (lessons/%/%) to select all lessons that match both an instrument and category argument such as mysite.com/lessons/instrument1/beginner. When I attempt to access the page using the NIDs (mysite.com/lessons/9/19, for example) the view loads perfectly but when I try to use the aliased names it doesn't.

I've attempted a few variants on this, specifically creating a relationship for both instruments and categories. If I do that and use the relationship for each node reference field, I get no results. If I instead opt for NID values as arguments (linked to the respective relationship) then I have the same problem as before: lessons/9/19 works, lessons/instrument1/beginner does not.

I'm attaching my exported view, if that helps. http://pastebin.com/PZ4tEj0B

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)