Changes between Initial Version and Version 1 of Ticket #7291, comment 3
- Timestamp:
- 10/15/2016 06:21:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7291, comment 3
initial v1 3 3 Duplicated 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. 4 4 5 This was caused by our `bp_do_404()` call in the `BP_Groups_Component` class. `02.patch 1 adds a group directory check to bypass the 404.5 This 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. 6 6 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. 7 The good thing now is the AJAX group tab and select dropdown filter works as expected. 8 9 Member 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.