Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7291, comment 3


Ignore:
Timestamp:
10/15/2016 06:21:15 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7291, comment 3

    initial v1  
    33Duplicated this.  Problem was because the AJAX response was returning a 404 when on a group type filter and clicking on a group tab or selecting a dropdown order option.
    44
    5 This was caused by our `bp_do_404()` call in the `BP_Groups_Component` class.  `02.patch1 adds a group directory check to bypass the 404.
     5This was caused by our `bp_do_404()` call in the `BP_Groups_Component` class.  `02.patch` adds a group directory check to bypass the 404, which allows the AJAX contents to show up again.
    66
    7 The good thing now is the AJAX group tab and select dropdown filter works as expected now.  Problem still occurs for member types though, but this isn't a regression.
     7The good thing now is the AJAX group tab and select dropdown filter works as expected.
     8
     9Member type directories still has a problem where the member type filter is enforced even when using an AJAX filter, but this isn't a regression.