Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
Currently the ">> Search Results" URL which appears during View or Edit Contact is added to the breadcrumb array as a hard-coded value - using appendBreadCrumb() function in Invoke.php (for contact/view and contact/edit paths).
Instead, we should utilitize the userContext stack to dynamically set this URL based on where the user clicked View or Edit from. So, if you get to View/Edit from Advanced Search, or SMOG mode (viewing members of a group), Search Results should go back that path - WITH the last used search criteria loaded.