Opened 17 years ago
Closed 17 years ago
#1682 closed enhancement (fixed)
bp_filter_request : store the extra var in a cookie too ?
| Reported by: | grosbouff | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
Hi, don't we need to store the "extra" variable in a cookie too, inside the bp_filter_request ?
j.cookie( 'bp-' + id + '-type', type, null );
j.cookie( 'bp-' + id + '-filter', filter, null );
j.cookie( 'bp-' + id + '-page', page, null );
j.cookie( 'bp-' + id + '-search-terms', search_terms, null );
-->j.cookie( 'bp-' + id + '-extras', extras, null );
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed in trunk.