Problem/Motivation

The Ajax facets module uses a custom ajax page callback. The ajax url is overridden by Views ajax history with a hardcoded url.

Proposed resolution

Use the provided ajax url when available with a default url to the views ajax url.

Remaining tasks

  1. Write a patch
  2. Review

User interface changes

None

API changes

None

Data model changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
FileSize
856 bytes

Attached patch uses the provided ajax url when available instead of the default views ajax url.