I've created a view with multiple displays, some of which have the same path. When going to that path, drupal chose the 1st on the list of displays. I'm not sure this is intentional, so I wanted to point it out. Maybe a warning message would be useful, telling the user that they've duplicated a path and what will happen by default if it stays that way.

I did come accross #278651: Views with the same path for page display, which makes me think there's a reason they can have the same paths.

Comments

dawehner’s picture

Yes it is intentional.

You can create a view with different displays. Depending on the access setting another display is used.

So you can build a tabular view for admins and a normal view for normal users.

So in general this is a feature not a bug of views.

Anonymous’s picture

Status: Active » Closed (works as designed)

alright then