if you create a view using a php default argument, using a table style mode and ajax, when you sort on a column, the second argument of the path alias is send with the ajax query, rather than the result passed by php. oddly, the correct value is sent if exposing the filters and using that form. i haven't tested against pagination.

for example: create a view with a php default argument that grabs a taxonomy term from the given node page view, using pathauto, and the [title] part of content/[title] is sent as ?view_args=[title] rather than the correctly derived php defined argument.

Comments

devvmh’s picture

Was this ever solved? I'd like to be able to use a URL alias and still sort my table.

mustanggb’s picture

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