I have a normal basic page node and I want to filter the content based on the group id. so i create a group relationship and add a contextual filter group id. the group id correctly displays the appropriate group's content when using the group id in the url. but since i have path aliases setup for my groups based on the group title i am not able able to get the view to work. if i replace the group title in the url for the group id it works. unfortunately, the urls and breadcrumbs are not very pretty with the id as opposed to the group title.
Is there anymore information I can provide to help troubleshoot this issue? Many thanks. Kevin
Comments
Comment #2
pyxio commentedComment #3
drsmallwood commentedI have encountered the same issue during upgrade. I was able to alter the context filter using hook_views_pre_view(). Here's an my solution to help illustrate. Obviously your magic strings will be different.