I'm creating a view to display categories of events per day. The path is events/% where % should be YYYY-MM-DD/term.
If I have both arguments (data and taxonomy) everything is ok, but if date is missing, instead of seeing 404 page, all nodes related to all terms are displayed.
I've even tried to provide current day as default argument but it seems like the argument date is not validated if missing.
Thanks for your help.
Comments
Comment #1
karens commentedEverything works as it should in the latest -dev code. The argument does no validation of its own, you get whatever validation you choose when you set it up. If I set the view to show a page not found if the argument is missing, that's what I get.