pods-framework/pods-ajax-views

Error when enabled and pods_view is missing the argument for pods_ajax_view

cspicuzza opened this issue · 3 comments

When Pods AJAX Views is enabled and I don't want to ajax load certain views, it throws the following error:

Missing argument 2 for Pods_AJAX_Views_Frontend::pods_view_alt_view()

Location:
wp-content/plugins/pods-ajax-views/Pods_AJAX_Views_Frontend.php:673

Call Stack:
PodsView::view()
pods_view()

How are you preventing it from using AJAX for those views?

On Mon, Dec 22, 2014, 6:33 PM Chris Spicuzza notifications@github.com
wrote:

When Pods AJAX Views is enabled and I don't want to ajax load certain
views, it throws the following error:

Missing argument 2 for Pods_AJAX_Views_Frontend::pods_view_alt_view()

Location:
wp-content/plugins/pods-ajax-views/Pods_AJAX_Views_Frontend.php:673

Call Stack:
PodsView::view()
pods_view()


Reply to this email directly or view it on GitHub
#2.

When I just use pods_view instead of pods_ajax_view while the plugin is enabled.

Fixed in 1.1