-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRM-19380 allow for multiple from email addresses but only one per do… #9066
Conversation
91b07c9
to
17a52c1
Compare
@eileenmcnaughton thoughts Eileen? |
@@ -258,15 +258,22 @@ public static function addOptionValue(&$params, &$groupParams, &$action, &$optio | |||
* @param int $optionGroupID | |||
* @param string $fieldName | |||
* The name of the field in the DAO. | |||
* @param bool $domainSpecific | |||
* Dos this option groujp allow for duplicate options that are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!! Dos this read right to you?:-)
test this please |
@eileenmcnaughton should this get merged? |
@@ -177,10 +177,12 @@ public function buildQuickForm() { | |||
'addressee', | |||
)) && !$isReserved | |||
) { | |||
$domainSepcificOptionGroups = array('from_email_address'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sepcificallly.... this is a typo
This seems to make sense - just adding the admin side of storing domain specific settings. Needs someone to give it a quick test though |
ba10cd4
to
0c1e132
Compare
Tested. Merging |
…main