Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.7, 1.8
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently, the "Back to Listings" link on Profile VIEW pages is: civicrm/profile?reset=1&gid=N
This is incorrect, because it "resets" the user's search criteria and does NOT display the listings (only the search form).
The link SHOULD BE civicrm/profile?force=1&gid=N
This retains search criteria and re-runs the search so listings are displayed.