Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
When viewing a group from an advanced search page accessed from a URL in the form:
http://demo.civicrm.org/drupal/civicrm/group/search/advanced?reset=1&force=1&context=smog&gid=18
any action attempted from the Actions menu fails with the error:
- - - - - - - -
Please correct the following errors in the form fields below:
- Please select at least one membership status.
- - - - - - - -
Steps to reproduce in sandbox:
1) log in
2) go here:
http://demo.civicrm.org/drupal/civicrm/group/search/advanced?reset=1&force=1&context=smog&gid=18
3) Under Actions menu choose "all 4 records" – OR – select one or more contacts and choose "selected records only"
4) Choose any action from the Actions pull-down (e.g. Add Contacts to a Group) and click "Go"
Result:
Fails with error:
- - - - - - - -
Please correct the following errors in the form fields below:
- Please select at least one membership status.
- - - - - - - -
-
-
- Related BUG - Once you can actually do a task, check "Adams, Milan" and select "Send Email to Contact(s)" task. You get this error msg: "Selected contact(s) does not have a valid email address." However, that contact's email address IS valid. The error is being thrown because he has "Do not email" flag set true. So we need to fix the error msg for this case. S/b "Selected contact has DO NOT EMAIL flag set."
-