Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
Description
Deletion of saved search is via a link ('Delete') and when clicked on that link it
deletes the link without any confirmation.
There should be two confirmations (IMHO) one through client side (javascript)
and 2nd one on the server end (in case javascript is disabled).
Reproduction
------------
1. fire a new search - http://210.211.151.22/drupal/civicrm/contact/search?reset=1
2. choose action "New Saved Search" after results are displayed.
3. add fields for new saved search and save it.
4. click on tab for saved search http://210.211.151.22/drupal/civicrm/contact/search/saved
5. delete the saved search - http://210.211.151.22/drupal/civicrm/contact/search/saved?action=delete&id=4
The saved search is deleted - no confirmation.