WSDOT / wsdot-website

Codebase for WSDOT's public Drupal 7 website hosted on Acquia.
0 stars 4 forks source link

Content filtering is no longer working #487

Closed waynedyck closed 4 years ago

waynedyck commented 4 years ago

Attempting to filter content by node Title, Type, Section, Author, etc. results in the error, Uncaught ReferenceError: jRespond is not defined being thrown.

If I remove the Section filter which is Workbench Access: Access filter in the view then content filter works as expected.

waynedyck commented 4 years ago

Reverting the view back to its in code default and then adding the Section filter again appears to fix this issue.

waynedyck commented 4 years ago

Reverted and customized the /admin/content view. Content filtering now works again as expected.